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
00950c15
Commit
00950c15
authored
Dec 28, 2023
by
BO ZHANG
🏀
Browse files
add dir_temp
parent
d3678fb3
Pipeline
#2790
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
00950c15
...
...
@@ -63,6 +63,7 @@ class Pipeline:
self
,
dir_input
:
str
=
"/pipeline/input"
,
dir_output
:
str
=
"/pipeline/output"
,
dir_temp
:
str
=
"/pipeline/temp"
,
dir_aux
:
str
=
"/pipeline/aux"
,
dfs_root
:
str
=
"/dfs_root"
,
ccds_root
:
str
=
"/ccds_root"
,
...
...
@@ -84,6 +85,7 @@ class Pipeline:
# set directory information
self
.
dir_input
=
dir_input
self
.
dir_output
=
dir_output
self
.
dir_temp
=
dir_temp
self
.
dir_aux
=
dir_aux
self
.
dfs_root
=
dfs_root
self
.
ccds_root
=
ccds_root
...
...
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