Loading csst_common/pipeline.py +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ class Pipeline: output = {"exc_info": exc_info} # default output if exceptions occur finally: t_stop: Time = Time.now() t_cost: float = (t_stop - t_start).value t_cost: float = (t_stop - t_start).value * 86400 if isinstance(status, CsstStatus): # status is self.pipeline_logger.info( Loading Loading
csst_common/pipeline.py +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ class Pipeline: output = {"exc_info": exc_info} # default output if exceptions occur finally: t_stop: Time = Time.now() t_cost: float = (t_stop - t_start).value t_cost: float = (t_stop - t_start).value * 86400 if isinstance(status, CsstStatus): # status is self.pipeline_logger.info( Loading