Skip to content

Commit

Permalink
Fix arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed Feb 13, 2024
1 parent dbbd83e commit d16494c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/create_merge_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ def create_match_keys(
args = parser.parse_args()

match_sets = create_match_sets(
args.match_dir, args.exclude_dir, args.current_ids_dir
args.match_dir, args.current_ids_dir, args.exclude_dir
)
create_match_keys(match_sets, args.merge_file, args.prev_id_mapping_dir)

0 comments on commit d16494c

Please sign in to comment.