Miscs fixes

This commit is contained in:
2026-03-31 10:58:51 +02:00
parent f16c0273bd
commit bc59b2aeea
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ def main():
all_labels = os.path.join(root_dir, "labels")
if not os.path.exists(label_groups):
print(f"Warning: Labels file '{label_groups}' not found, making it out of '{all_labels}' (do check it…)")
print(f"Warning: Labels file '{label_groups}' not found, making it out of '{all_labels}'")
if not os.path.exists(all_labels):
print(f"Error: {all_labels} not found.")
sys.exit(1)