Skip to content

Commit 9928c60

Browse files
committed
rename the list of files that is generated
1 parent 7e68789 commit 9928c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/labpdfproc/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def set_input_lists(args):
6060
raise FileNotFoundError(f"Cannot find {input}. Please specify valid input file(s) or directories.")
6161
else:
6262
raise FileNotFoundError(f"Cannot find {input}")
63-
setattr(args, "input_directory", input_paths)
63+
setattr(args, "input_paths", input_paths)
6464
return args
6565

6666

0 commit comments

Comments
 (0)