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
9372848e
"git@csst-tb.bao.ac.cn:csst-cicd/csst-dag.git" did not exist on "7858b5c52452cfabb6e8f3b5859d1b9b8bd44737"
Commit
9372848e
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
77606137
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_base_dag.py
View file @
9372848e
...
@@ -110,8 +110,9 @@ class BaseDAG:
...
@@ -110,8 +110,9 @@ class BaseDAG:
dag_run_list
=
[]
dag_run_list
=
[]
for
this_task
in
task_list
:
for
this_task
in
task_list
:
dag_run
=
self
.
gen_dag_run
(
dag_run
=
self
.
gen_dag_run
(
dag_group_run
=
dag_group_run
,
**
dag_group_run
,
dag_run_kwargs
=
this_task
[
"task"
],
**
this_task
[
"task"
],
**
kwargs
,
)
)
dag_run_list
.
append
(
dag_run
)
dag_run_list
.
append
(
dag_run
)
...
...
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