Commit 372e3f11 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

change to dm.dir_l1 by default

parent ecf57a6b
...@@ -191,6 +191,9 @@ class CsstMsDataManager: ...@@ -191,6 +191,9 @@ class CsstMsDataManager:
# aXe # aXe
self.set_env() self.set_env()
# change to working directory
os.chdir(self.dir_l1)
def set_env(self): def set_env(self):
""" set environment variables """ """ set environment variables """
if os.uname()[1] == "dandelion": if os.uname()[1] == "dandelion":
......
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