Skip to content

Commit 3c3d34b

Browse files
committed
Solving issues with clean_registry.py
1 parent 88e768f commit 3c3d34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/clean_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
# In case it should, delete it
3434
if delete:
35-
print("Deleting:" + package)
35+
print("Deleting:\n" + str(package))
3636
api.packages.delete_package_version_for_org(
3737
org=org_str,
3838
package_name=pck_str,

0 commit comments

Comments
 (0)