Loading csst_common/pipeline.py +5 −0 Original line number Diff line number Diff line Loading @@ -264,6 +264,11 @@ class Pipeline: else: raise ValueError("CCDS client not initialized!") @property def pipeline_build(self): """{PIPELINE_ID}-{BUILD}""" return f"{self.pipeline_id}-{self.build}" # class ErrorTrace: # """Write error trace to file.""" Loading Loading
csst_common/pipeline.py +5 −0 Original line number Diff line number Diff line Loading @@ -264,6 +264,11 @@ class Pipeline: else: raise ValueError("CCDS client not initialized!") @property def pipeline_build(self): """{PIPELINE_ID}-{BUILD}""" return f"{self.pipeline_id}-{self.build}" # class ErrorTrace: # """Write error trace to file.""" Loading