Commit 8a008f7d authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 30e30945
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -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"],
@@ -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