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

typo: remove second occurrence keyword

parent 1ac3732f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -361,7 +361,7 @@ if __name__ == '__main__':
parser.add_argument('--check_logs', action='store_true', default=False,
dest='check_logs', help='check the log files')
parser.add_argument('--pbs_failed_path', default='pbs_in_fail', type=str,
default=None, action='store', dest='pbs_failed_path',
action='store', dest='pbs_failed_path',
help='Copy pbs launch files of the failed cases to a '
'new directory in order to prepare a re-run. Default '
'value: pbs_in_failed.')
......
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