Loading csst_dag/dag/l1.py +9 −10 Original line number Diff line number Diff line Loading @@ -158,9 +158,9 @@ class GeneralL1DAG(BaseDAG): obs_id=this_rec["obs_id"], **additional_keys, ) if demo: print(json.dumps(this_dag_run, indent=4), end="") dag_run_list.append(this_dag_run) # update level0 prc_status if not demo: this_update = level0.update_prc_status( level0_id=this_rec["level0_id"], dag_run_id=this_dag_run["dag_run_id"], Loading @@ -168,7 +168,6 @@ class GeneralL1DAG(BaseDAG): dataset=dataset, ) assert this_update.success, this_update.message dag_run_list.append(this_dag_run) if not demo: # push and update Loading Loading
csst_dag/dag/l1.py +9 −10 Original line number Diff line number Diff line Loading @@ -158,9 +158,9 @@ class GeneralL1DAG(BaseDAG): obs_id=this_rec["obs_id"], **additional_keys, ) if demo: print(json.dumps(this_dag_run, indent=4), end="") dag_run_list.append(this_dag_run) # update level0 prc_status if not demo: this_update = level0.update_prc_status( level0_id=this_rec["level0_id"], dag_run_id=this_dag_run["dag_run_id"], Loading @@ -168,7 +168,6 @@ class GeneralL1DAG(BaseDAG): dataset=dataset, ) assert this_update.success, this_update.message dag_run_list.append(this_dag_run) if not demo: # push and update Loading