Skip to content

Commit bfe2828

Browse files
committed
Corrects a typo
1 parent a971181 commit bfe2828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structure_threader/argparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def argument_sanity(arguments, parser):
263263
arguments.indfile is None:
264264
parser.error("-fs requires either --pop or --ind.")
265265

266-
# Make sure we provide paths for mainparam, extraparams and
266+
# Make sure we provide paths for mainparams, extraparams and
267267
# parameters.txt depending on the wrapped program.
268268
if arguments.params is not None:
269269
arguments.params = os.path.abspath(arguments.params)

0 commit comments

Comments
 (0)