fix types and print middle dot in collections list

This commit is contained in:
2026-04-24 18:28:03 +02:00
parent c5b6b196b5
commit c6ad060e85
2 changed files with 8 additions and 2 deletions
+2
View File
@@ -6,9 +6,11 @@ from chromy.utilities import print_lines
def handle_list_collections() -> int:
collections = list_collections()
if not collections:
print("No collections found.")
return 0
print_lines(collections)
return 0