no f-strings
This commit is contained in:
@@ -184,7 +184,7 @@ class ExecTest(BasePostprocessorTest):
|
|||||||
def test_command_list(self):
|
def test_command_list(self):
|
||||||
self._create({
|
self._create({
|
||||||
"command": ["~/script.sh", "{category}",
|
"command": ["~/script.sh", "{category}",
|
||||||
"\fF {_directory.upper()}"],
|
"\fE _directory.upper()"],
|
||||||
})
|
})
|
||||||
|
|
||||||
with patch("subprocess.Popen") as p:
|
with patch("subprocess.Popen") as p:
|
||||||
|
|||||||
Reference in New Issue
Block a user