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
efd06101
Commit
efd06101
authored
Jun 14, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
31d0ec19
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/cli/msc.py
View file @
efd06101
...
...
@@ -65,7 +65,7 @@ for obs_type, dags in DAG_MAP.items():
print
(
f
"* Processing
{
obs_type
}
"
)
for
this_dag
in
dags
:
print
(
f
" - Scheduling `
{
this_dag
}
` -> "
,
end
=
""
)
dag
=
CsstDAGs
.
get
(
this_dag
)
dag
=
CsstDAGs
()
.
get
(
this_dag
)
msgs
=
dag
.
schedule
(
batch_id
=
args
.
batch_id
,
priority
=
args
.
priority
,
...
...
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