Skip to content

Commit

Permalink
removed printing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Jan 29, 2024
1 parent f2ac79a commit ea8a638
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli50/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@ def main():
print(subprocess.check_output(["docker", "logs", container]).decode("utf-8"), end="")
subprocess.call(["docker", "attach", container])

except subprocess.CalledProcessError as e:
print(e.output)
except subprocess.CalledProcessError:
sys.exit(1)
else:
sys.exit(0)
Expand Down

0 comments on commit ea8a638

Please sign in to comment.