Skip to content

Commit

Permalink
adding traceback for the error
Browse files Browse the repository at this point in the history
  • Loading branch information
BabaYaga1221 committed May 5, 2023
1 parent 4db8835 commit 20dffb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocker/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def docker_build(docker_client = None, output_callback = None, **kwargs):
if build_success:
return image_id
else:
raise Exception("Build failed: no more output and success not detected")
raise Exception(f"Build failed: {output}")


class SIGWINCHPassthrough(object):
Expand Down

0 comments on commit 20dffb1

Please sign in to comment.