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

More debugging

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