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
0af5e9f7
Commit
0af5e9f7
authored
Jul 22, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
19c184bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/cli/run.py
View file @
0af5e9f7
...
@@ -179,7 +179,7 @@ for dag in SELECTED_DAGS:
...
@@ -179,7 +179,7 @@ for dag in SELECTED_DAGS:
if
args
.
verbose
:
if
args
.
verbose
:
print
(
"
\n
"
)
print
(
"
\n
"
)
print
(
">>> `dag_group_run` :"
)
print
(
">>> `dag_group_run` :"
)
print
(
f
"
\t
-
{
dag_group_run
}
"
)
print
(
f
"
\t
-
{
json
.
dumps
(
dag_group_run
,
separators
=
(
','
,
'
:
'))
}
"
)
print
(
f
">>> `dag_run_list` : [
{
n_dag_run_success
}
/
{
n_dag_run_all
}
]"
)
print
(
f
">>> `dag_run_list` : [
{
n_dag_run_success
}
/
{
n_dag_run_all
}
]"
)
if
len
(
dag_run_list
)
>
0
:
if
len
(
dag_run_list
)
>
0
:
for
dag_run
in
dag_run_list
:
for
dag_run
in
dag_run_list
:
...
...
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