Skip to content
Snippets Groups Projects
Commit 39ae5438 authored by David Verelst's avatar David Verelst
Browse files

dlctemplate: variable names need to be consistent of course

parent 4f751d7f
No related branches found
No related tags found
No related merge requests found
Pipeline #4852 failed
......@@ -643,7 +643,7 @@ if __name__ == '__main__':
'and stats calculation on the node right after the '
'simulation has finished in single pbs mode.')
parser.add_argument('--no_postpro_node_zipchunks', default=True,
action='store_false', dest='postpro_node',
action='store_false', dest='no_postpro_node_zipchunks',
help='Do NOT perform the log analysis '
'and stats calculation on the node right after the '
'simulation has finished in zipchunks mode. '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment