Miscs fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user