Commit cbb7535e authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

set default dag_run to None

parent a4f2850b
...@@ -113,7 +113,7 @@ class BaseDAG: ...@@ -113,7 +113,7 @@ class BaseDAG:
) )
this_task["dag_run"] = dag_run this_task["dag_run"] = dag_run
else: else:
this_task["dag_run"] = dict() this_task["dag_run"] = None
return task_list return task_list
@staticmethod @staticmethod
......
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