From 21ac672d1f25ccd414a71d32115f2dc3637c84eb Mon Sep 17 00:00:00 2001 From: Tom Barbette Date: Sat, 11 Jan 2025 14:46:14 +0100 Subject: [PATCH] Fix string --- npf/tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npf/tests/test.py b/npf/tests/test.py index 10097f8..5618c03 100755 --- a/npf/tests/test.py +++ b/npf/tests/test.py @@ -87,7 +87,7 @@ def _parallel_exec(param: RemoteParameters): Test.killall(param.queue, param.event, param.options.debug) else: if param.options.debug: - print(f"[DEBUG] Script {param.name} finished with exit code {c}, autokill=false so it will not terminate the other scripts." % param.name) + print(f"[DEBUG] Script {param.name} finished with exit code {c}, autokill=false so it will not terminate the other scripts.") if pid == -1: return -1, o, e, c, param.script return True, o, e, c, param.script