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 a971181 commit bfe2828Copy full SHA for bfe2828
structure_threader/argparser.py
@@ -263,7 +263,7 @@ def argument_sanity(arguments, parser):
263
arguments.indfile is None:
264
parser.error("-fs requires either --pop or --ind.")
265
266
- # Make sure we provide paths for mainparam, extraparams and
+ # Make sure we provide paths for mainparams, extraparams and
267
# parameters.txt depending on the wrapped program.
268
if arguments.params is not None:
269
arguments.params = os.path.abspath(arguments.params)
0 commit comments