From 25c5a6ffcb915f004d6855a50d4d45da4129b8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 25 Jun 2023 14:01:26 +0200 Subject: [PATCH] no f-strings --- test/test_postprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_postprocessor.py b/test/test_postprocessor.py index 0f9d2ab0..554a51e8 100644 --- a/test/test_postprocessor.py +++ b/test/test_postprocessor.py @@ -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: