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
332cae94
Commit
332cae94
authored
Jun 12, 2025
by
BO ZHANG
🏀
Browse files
remove redis from config
parent
d794fd3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dfs/__init__.py
View file @
332cae94
...
@@ -72,7 +72,7 @@ class DFS:
...
@@ -72,7 +72,7 @@ class DFS:
self
.
location
=
location
self
.
location
=
location
self
.
config
=
CONFIG
[
self
.
location
]
self
.
config
=
CONFIG
[
self
.
location
]
for
k
,
v
in
CONFIG
[
self
.
location
]
[
"dfs"
]
.
items
():
for
k
,
v
in
CONFIG
[
self
.
location
].
items
():
os
.
environ
.
setdefault
(
k
,
str
(
v
))
os
.
environ
.
setdefault
(
k
,
str
(
v
))
# print("Setting redis config:")
# print("Setting redis config:")
# self.redis = Redis(location=self.location)
# self.redis = Redis(location=self.location)
...
...
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