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-pipeline
csst_common
Commits
372e3f11
Commit
372e3f11
authored
Nov 08, 2022
by
BO ZHANG
🏀
Browse files
change to dm.dir_l1 by default
parent
ecf57a6b
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
372e3f11
...
@@ -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"
:
...
...
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