Skip to content
Snippets Groups Projects
Commit 1fecab93 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Avoid "Command `s p a c e d o u t` failed" messages when creating an...

Avoid "Command `s p a c e d o u t` failed" messages when creating an artificial CalledProcessError in our generic from_operation feeder creator.
parent 03ed5112
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ def from_operation(operation):
)
raise subprocess.CalledProcessError(
operation.returncode,
operation.name,
[operation.name],
output=output.encode("utf-8"),
)
return end_nl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment