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
58b7abfe
Commit
58b7abfe
authored
Jun 14, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
5cd9e1e4
Changes
2
Show whitespace changes
Inline
Side-by-side
csst_dag/cli/msc.py
View file @
58b7abfe
...
...
@@ -64,7 +64,7 @@ if args.obs_type:
for
obs_type
,
dags
in
DAG_MAP
.
items
():
print
(
f
"- Processing `
{
obs_type
}
`"
)
for
this_dag
in
dags
:
print
(
f
" * `
{
this_dag
}
`: "
,
end
=
""
)
print
(
f
" * `
{
this_dag
}
`
: "
,
end
=
""
)
dag
=
CsstDAGs
().
get
(
this_dag
)
dag_group_run
,
dag_run_list
=
dag
.
schedule
(
batch_id
=
args
.
batch_id
,
...
...
csst_dag/dag/l1.py
View file @
58b7abfe
...
...
@@ -165,7 +165,7 @@ class GeneralL1DAG(BaseDAG):
**
additional_keys
,
)
if
demo
:
print
(
json
.
dumps
(
this_dag_run
,
indent
=
4
))
print
(
json
.
dumps
(
this_dag_run
,
indent
=
4
)
,
end
=
""
)
# update level0 prc_status
this_update
=
level0
.
update_prc_status
(
level0_id
=
this_rec
[
"level0_id"
],
...
...
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