Improve output

This commit is contained in:
Thomas Farstrike
2025-04-22 14:59:27 +02:00
parent d915f3a62c
commit c04738f87e
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ def parse_manifest(manifest_path):
try:
with uio.open(manifest_path, 'r') as f:
for line in f:
print(f"Parsing line: {line}")
#print(f"Parsing line: {line}")
line = line.strip()
if line.startswith("Name:"):
name = line.split(":", 1)[1].strip()