Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
a9362c09
Commit
a9362c09
authored
Jul 08, 2023
by
BO ZHANG
🏀
Browse files
dump mappings
parent
06ef4dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/crds.py
View file @
a9362c09
...
...
@@ -28,6 +28,8 @@ class CRDS:
print
(
"Query for operational_context ... "
,
end
=
""
)
try
:
self
.
operational_context
=
client
.
get_default_context
(
self
.
observatory
)
# dump mappings
client
.
dump_mappings
(
self
.
operational_context
)
self
.
is_available
=
True
except
BaseException
:
self
.
operational_context
=
""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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