Skip to content

Commit

Permalink
Fixes error
Browse files Browse the repository at this point in the history
  • Loading branch information
catusphan committed Dec 18, 2024
1 parent acf6ae8 commit f37f1a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/convert_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ def main() -> None:
metadata = args.metadata
dict_filters = args.filter.split(",") if args.filter is not None else []

print("Arguments:" + args)
print("Arguments:")
print(args)

if input_folder:
metafilelist = sorted(glob.glob(input_folder + f"/*.{metadata}"), reverse=True)
Expand Down

0 comments on commit f37f1a2

Please sign in to comment.