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

dump mappings

parent 06ef4dee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = ""