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
dbab8adb
Commit
dbab8adb
authored
May 06, 2025
by
BO ZHANG
🏀
Browse files
no loger use abs class
parent
46d721f1
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_base_dag.py
View file @
dbab8adb
...
...
@@ -24,7 +24,7 @@ DAG_CONFIG_DIR = os.path.join(
"""
class
BaseDAG
(
ABC
)
:
class
BaseDAG
:
def
__init__
(
self
,
dag_id
:
str
):
self
.
dag_id
=
dag_id
assert
dag_id
in
DAG_LIST
,
f
"
{
dag_id
}
not in DAG_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