Commit 58b7abfe authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 5cd9e1e4
......@@ -64,7 +64,7 @@ if args.obs_type:
for obs_type, dags in DAG_MAP.items():
print(f"- Processing `{obs_type}`")
for this_dag in dags:
print(f" * `{this_dag}`: ", end="")
print(f" * `{this_dag}` : ", end="")
dag = CsstDAGs().get(this_dag)
dag_group_run, dag_run_list = dag.schedule(
batch_id=args.batch_id,
......
......@@ -165,7 +165,7 @@ class GeneralL1DAG(BaseDAG):
**additional_keys,
)
if demo:
print(json.dumps(this_dag_run, indent=4))
print(json.dumps(this_dag_run, indent=4), end="")
# update level0 prc_status
this_update = level0.update_prc_status(
level0_id=this_rec["level0_id"],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment