Commit 0b96e577 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 485b5511
......@@ -134,7 +134,7 @@ class GeneralL1DAG(BaseDAG):
prc_status=initial_prc_status,
)
assert recs.success, recs.message
print(f"{len(recs.data)} records -> ")
print(f"{len(recs.data)} records -> ", end="")
# generate DAG messages
dag_run_list = []
......
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