Commit a4b0b19c authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 3165c15a
......@@ -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