Loading csst_common/data_manager.py +1 −0 Original line number Diff line number Diff line Loading @@ -584,6 +584,7 @@ class CsstMsDataManager: dfs_root = "/dfsroot" # (clear and) make directories os.chdir(os.getenv("HOME")) # in case cwd is in dir_l0 or dir_l1 if os.path.exists(dir_l0): os.system(f"rm -rf {dir_l0}") if os.path.exists(dir_l1): Loading Loading
csst_common/data_manager.py +1 −0 Original line number Diff line number Diff line Loading @@ -584,6 +584,7 @@ class CsstMsDataManager: dfs_root = "/dfsroot" # (clear and) make directories os.chdir(os.getenv("HOME")) # in case cwd is in dir_l0 or dir_l1 if os.path.exists(dir_l0): os.system(f"rm -rf {dir_l0}") if os.path.exists(dir_l1): Loading