no f-strings

This commit is contained in:
Mike Fährmann
2023-06-25 14:01:26 +02:00
parent 23469837cd
commit 25c5a6ffcb

View File

@@ -184,7 +184,7 @@ class ExecTest(BasePostprocessorTest):
def test_command_list(self):
self._create({
"command": ["~/script.sh", "{category}",
"\fF {_directory.upper()}"],
"\fE _directory.upper()"],
})
with patch("subprocess.Popen") as p: