Commit a9362c09 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

dump mappings

parent 06ef4dee
...@@ -28,6 +28,8 @@ class CRDS: ...@@ -28,6 +28,8 @@ class CRDS:
print("Query for operational_context ... ", end="") print("Query for operational_context ... ", end="")
try: try:
self.operational_context = client.get_default_context(self.observatory) self.operational_context = client.get_default_context(self.observatory)
# dump mappings
client.dump_mappings(self.operational_context)
self.is_available = True self.is_available = True
except BaseException: except BaseException:
self.operational_context = "" self.operational_context = ""
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment