Skip to content
Snippets Groups Projects
Commit 67ffcffb authored by chrg's avatar chrg
Browse files

Make it print stuff

parent 801b2d95
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ def handle_results(
uid, x: subprocess.CompletedProcess[bytes], input: None | bytes = None
):
if x.returncode == 0:
log.debug("Command %s succeded!")
log.debug("Command %s succeded!", uid)
return
f = Path(str(uid)).absolute()
log.debug("Command %s failed! writing inputs to files %s", x.args, f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment