Skip to content

Commit

Permalink
improve_error_msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Chizkiyahu committed Aug 25, 2024
1 parent e8c780c commit 1717ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean_ghcr.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def del_req(path):
if res.ok:
print(f"Deleted {path}")
else:
print(res.text)
print(f"Error when trying to delete URL: {get_url(path)} MSG: {res.text}")
return res


Expand Down

0 comments on commit 1717ccb

Please sign in to comment.