Loading csst_common/crds.py +2 −0 Original line number Diff line number Diff line Loading @@ -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 = "" Loading Loading
csst_common/crds.py +2 −0 Original line number Diff line number Diff line Loading @@ -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 = "" Loading