Skip to content

Commit

Permalink
Solving issues with clean_registry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Feb 2, 2023
1 parent 88e768f commit 3c3d34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/clean_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# In case it should, delete it
if delete:
print("Deleting:" + package)
print("Deleting:\n" + str(package))
api.packages.delete_package_version_for_org(
org=org_str,
package_name=pck_str,
Expand Down

0 comments on commit 3c3d34b

Please sign in to comment.