Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clinton Andrew Campbell
DTN_tests
Commits
4043203e
Commit
4043203e
authored
Mar 05, 2021
by
Clinton Andrew Campbell
Browse files
change dest=batch to destparticular_choice_
parent
46528a64
Changes
1
Hide whitespace changes
Inline
Side-by-side
generate_data.py
View file @
4043203e
...
...
@@ -31,7 +31,7 @@ def get_args():
help
=
'Use to delete/clean the transferred files post transfer.'
)
parser
.
add_argument
(
'-b'
,
dest
=
'batch'
,
action
=
'store_true'
,
help
=
'Run all transfers at the same time rather than individually.'
)
parser
.
add_argument
(
'-l'
,
'--list'
,
choices
=
[
'01'
,
'04'
,
'06'
,
'08'
,
'10'
,
'12'
,
'14'
,
'16'
],
dest
=
'
batch
'
,
help
=
'Run a specific list of datasets.'
)
parser
.
add_argument
(
'-l'
,
'--list'
,
choices
=
[
'01'
,
'04'
,
'06'
,
'08'
,
'10'
,
'12'
,
'14'
,
'16'
],
dest
=
'
particular_choice
'
,
help
=
'Run a specific list of datasets.'
)
return
parser
.
parse_args
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment