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
ssp-software
data-access-tools
Commits
3c4bae6c
Commit
3c4bae6c
authored
Jun 24, 2020
by
michitaro
Browse files
Update hscSspQuery3.py
parent
45b9a77e
Changes
1
Hide whitespace changes
Inline
Side-by-side
dr3/catalogQuery/hscSspQuery3.py
View file @
3c4bae6c
...
...
@@ -21,7 +21,7 @@ def main():
parser
=
argparse
.
ArgumentParser
(
formatter_class
=
argparse
.
ArgumentDefaultsHelpFormatter
)
parser
.
add_argument
(
'--user'
,
'-u'
,
required
=
True
,
help
=
'specify your STARS account'
)
parser
.
add_argument
(
'--release-version'
,
'-r'
,
choices
=
'dr3 dr2 dr1 dr_early'
.
split
(),
required
=
True
,
parser
.
add_argument
(
'--release-version'
,
'-r'
,
choices
=
'dr3
dr3-citus
dr2 dr1 dr_early'
.
split
(),
required
=
True
,
help
=
'specify release version'
)
parser
.
add_argument
(
'--delete-job'
,
'-D'
,
action
=
'store_true'
,
help
=
'delete the job you submitted after your downloading'
)
...
...
Write
Preview
Supports
Markdown
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