Skip to content
Snippets Groups Projects
Commit ba20288d authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

More debugging

parent 9bfc1be0
Branches
No related tags found
No related merge requests found
Pipeline #495 failed
......@@ -31,6 +31,7 @@ def run_checked(command, **kwargs):
stdout=sp.PIPE, stderr=sp.PIPE, universal_newlines=True,
**kwargs)
except sp.CalledProcessError as error:
print(error.stdout)
print(error.stderr)
raise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment