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
ef3a07ac
Commit
ef3a07ac
authored
Jun 13, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
e47c5513
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag/_base_dag.py
View file @
ef3a07ac
...
...
@@ -72,7 +72,7 @@ class BaseDAG:
self
.
dag
=
dag
assert
dag
in
DAG_LIST
,
f
"
{
dag
}
not in DAG_MAP"
# determine instrument
self
.
instrument
=
dag
.
split
(
"-"
)[
1
]
# e.g., "MSC"
self
.
instrument
=
dag
.
split
(
"-"
)[
1
]
.
upper
()
# e.g., "MSC"
assert
self
.
instrument
in
self
.
INSTRUMENT_ENUM
,
self
.
instrument
# Load yaml and json config
...
...
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