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
89532666
Commit
89532666
authored
Jul 10, 2025
by
BO ZHANG
🏀
Browse files
tweak verbose info
parent
07e32d5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
csst_dag/cli/csst_cpic_l1.py
View file @
89532666
...
...
@@ -79,6 +79,8 @@ dag_group_run = BaseDAG.gen_dag_group_run(
)
# generate DAG run list
print
(
"
\n
"
*
2
)
print
(
">>> Matching DAGs ..."
)
dag_run_list
=
[]
for
dag
in
[
"csst-cpic-l1"
,
...
...
@@ -94,7 +96,7 @@ for dag in [
dag_run_list
.
extend
(
this_dag_run_list
)
# print dag_group_run and dag_run_list
print
(
"
\n
"
*
10
)
print
(
"
\n
"
)
print
(
">>> dag_group_run:"
)
print
(
f
"
\t
-
{
dag_group_run
}
"
)
print
(
f
">>> dag_run_list[
{
len
(
dag_run_list
)
}
]:"
)
...
...
csst_dag/cli/csst_msc_l1.py
View file @
89532666
...
...
@@ -120,6 +120,8 @@ dag_group_run = BaseDAG.gen_dag_group_run(
)
# generate DAG run list
print
(
"
\n
"
*
2
)
print
(
">>> Matching DAGs ..."
)
dag_run_list
=
[]
for
dag
in
[
"csst-msc-l1-mbi"
,
...
...
@@ -138,7 +140,7 @@ for dag in [
dag_run_list
.
extend
(
this_dag_run_list
)
# print dag_group_run and dag_run_list
print
(
"
\n
"
*
10
)
print
(
"
\n
"
)
print
(
">>> dag_group_run:"
)
print
(
f
"
\t
-
{
dag_group_run
}
"
)
print
(
f
">>> dag_run_list[
{
len
(
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