Skip to content

Commit

Permalink
fix missing placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Sep 6, 2023
1 parent d77b184 commit 1af3daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concatenator/concat_with_nco_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def run_nco_concat(args: list) -> None:
"""
Parse arguments and run subsetter on the specified input file
"""
input_files, output_path, keep_tmp_files, temporary_dir_to_remove = parse_args(args)
input_files, output_path, _, keep_tmp_files, temporary_dir_to_remove = parse_args(args)
num_inputs = len(input_files)

logging.info('Executing NCO concatenation on %d files...', num_inputs)
Expand Down

0 comments on commit 1af3daa

Please sign in to comment.