Skip to content

Commit 978692d

Browse files
committed
Better PEP8 conformance.
1 parent 6568f18 commit 978692d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

structure_threader/structure_threader.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ def create_plts(resultsdir, wrapped_prog):
197197

198198

199199
def argument_parser(args):
200-
# Argument list
200+
"""
201+
Parses the list of arguments as implemented in argparse.
202+
"""
201203
parser = argparse.ArgumentParser(description="A simple program to "
202204
"paralelize the runs of the "
203205
"Structure software.",

0 commit comments

Comments
 (0)