Skip to content

Commit 3003f39

Browse files
author
Isaac Hill
committed
Forgot to change method defintion
1 parent 28ff61b commit 3003f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow_support_scripts/file_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
dir_path = os.path.dirname(os.path.realpath(__file__))
1111

1212

13-
def get_arguments() -> Tuple[str, str]:
13+
def get_arguments() -> Tuple[str, str, int]:
1414
"""
1515
Get the input and output folders from the command line
1616
:return: input_folder, output_folder

0 commit comments

Comments
 (0)