diff --git a/clean_ghcr.py b/clean_ghcr.py index 70c75b8..da522d6 100644 --- a/clean_ghcr.py +++ b/clean_ghcr.py @@ -29,7 +29,9 @@ 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