Commit a4b0b19c authored by BO ZHANG's avatar BO ZHANG :basketball:
Browse files

tweaks

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -173,7 +173,7 @@ class CsstMsDataManager:
# for DFS configuration, defaults to "local", could be "pml"
assert node in DFS_CONF.keys()
self.node = node
for k, v in DFS_CONF[node]:
for k, v in DFS_CONF[node].items():
os.putenv(k, v)
# data directory
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment