Skip to content

Commit

Permalink
Fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Jan 11, 2025
1 parent d4bcf15 commit 21ac672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npf/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21ac672

Please sign in to comment.