Skip to content

Commit e28b5a3

Browse files
committed
refactor: reformat all files
SE-6602 Signed-off-by: Gabor Boros <gabor@opencraft.com>
1 parent 6c33856 commit e28b5a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scripts/cleanup_ghcr_instance_images.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,9 @@ def delete_package_version(
380380
details = exc.read().decode("utf-8", errors="replace")
381381
if exc.code == 404:
382382
# Deletions can race across concurrent jobs; treat not found as already deleted.
383-
print(f"WARNING: Version {version_id} already deleted or unavailable (404).")
383+
print(
384+
f"WARNING: Version {version_id} already deleted or unavailable (404)."
385+
)
384386
return False
385387
raise SystemExit(
386388
f"GitHub API request failed: DELETE {url} -> {exc.code} {details}"

0 commit comments

Comments
 (0)