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
52ddd2f3
Commit
52ddd2f3
authored
Jul 22, 2025
by
BO ZHANG
🏀
Browse files
tweak
parent
3171e19f
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_base_dag.py
View file @
52ddd2f3
...
...
@@ -165,7 +165,7 @@ class BaseDAG:
@
staticmethod
def
force_string
(
d
:
dict
):
for
k
,
v
in
d
.
items
():
d
.
__setattr__
(
k
,
str
(
v
)
)
d
[
k
]
=
str
(
v
)
return
d
def
gen_dag_run
(
self
,
**
kwargs
)
->
dict
:
...
...
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