"git@csst-tb.bao.ac.cn:csst-cicd/csst-dag.git" did not exist on "9d7dfd5930b5a16d5697fdbade6c7e2b729d9c79"
Commit efd06101 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 31d0ec19
......@@ -65,7 +65,7 @@ for obs_type, dags in DAG_MAP.items():
print(f"* Processing {obs_type}")
for this_dag in dags:
print(f" - Scheduling `{this_dag}` -> ", end="")
dag = CsstDAGs.get(this_dag)
dag = CsstDAGs().get(this_dag)
msgs = dag.schedule(
batch_id=args.batch_id,
priority=args.priority,
......
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