We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e68789 commit 9928c60Copy full SHA for 9928c60
src/diffpy/labpdfproc/tools.py
@@ -60,7 +60,7 @@ def set_input_lists(args):
60
raise FileNotFoundError(f"Cannot find {input}. Please specify valid input file(s) or directories.")
61
else:
62
raise FileNotFoundError(f"Cannot find {input}")
63
- setattr(args, "input_directory", input_paths)
+ setattr(args, "input_paths", input_paths)
64
return args
65
66
0 commit comments