Skip to content

Commit 8f2dfb1

Browse files
committed
Fixed argument parsing
1 parent 236f7d0 commit 8f2dfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/resize_wrongly_scaled_cochleas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def copy_chunk(block_index):
6060

6161
args = parser.parse_args()
6262

63-
main(args.input, args.output, args.scale, args.input_key, args.interpolation_order)
63+
main(args.input_file, args.output_folder, args.scale, args.input_key, args.interpolation_order)

0 commit comments

Comments
 (0)