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
0c49f85a
Commit
0c49f85a
authored
Dec 01, 2021
by
michitaro
Browse files
Update hscSspQuery3.py
parent
707e07ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
dr3/catalogQuery/hscSspQuery3.py
View file @
0c49f85a
...
...
@@ -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
=
'dr4 dr3 dr3-citus dr2 dr1 dr_early'
.
split
(),
required
=
True
,
parser
.
add_argument
(
'--release-version'
,
'-r'
,
choices
=
'dr4
-citus dr4
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