Skip to content

Commit

Permalink
Merge pull request #3 from chipkent/debug_info
Browse files Browse the repository at this point in the history
More debugging info
  • Loading branch information
chipkent authored Jun 17, 2022
2 parents ed75b18 + df4c5fe commit 137af1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def delete_tagged_container(package_name, tag):
import sys

if len(sys.argv) != 4:
raise SystemExit("Usage: docker-cleanup.py <package_name> <tag> <github_token>")
raise SystemExit(f"Usage: docker-cleanup.py <package_name> <tag> <github_token>\nArgs: {sys.argv}")

package_name = sys.argv[1]
tag = sys.argv[2]
Expand Down

0 comments on commit 137af1c

Please sign in to comment.