Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
cbb7535e
Commit
cbb7535e
authored
Jul 10, 2025
by
BO ZHANG
🏀
Browse files
set default dag_run to None
parent
a4f2850b
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag/_base_dag.py
View file @
cbb7535e
...
...
@@ -113,7 +113,7 @@ class BaseDAG:
)
this_task
[
"dag_run"
]
=
dag_run
else
:
this_task
[
"dag_run"
]
=
dict
()
this_task
[
"dag_run"
]
=
None
return
task_list
@
staticmethod
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment