Commit 00950c15 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add dir_temp

parent d3678fb3
Pipeline #2790 passed with stage
in 0 seconds
...@@ -63,6 +63,7 @@ class Pipeline: ...@@ -63,6 +63,7 @@ class Pipeline:
self, self,
dir_input: str = "/pipeline/input", dir_input: str = "/pipeline/input",
dir_output: str = "/pipeline/output", dir_output: str = "/pipeline/output",
dir_temp: str = "/pipeline/temp",
dir_aux: str = "/pipeline/aux", dir_aux: str = "/pipeline/aux",
dfs_root: str = "/dfs_root", dfs_root: str = "/dfs_root",
ccds_root: str = "/ccds_root", ccds_root: str = "/ccds_root",
...@@ -84,6 +85,7 @@ class Pipeline: ...@@ -84,6 +85,7 @@ class Pipeline:
# set directory information # set directory information
self.dir_input = dir_input self.dir_input = dir_input
self.dir_output = dir_output self.dir_output = dir_output
self.dir_temp = dir_temp
self.dir_aux = dir_aux self.dir_aux = dir_aux
self.dfs_root = dfs_root self.dfs_root = dfs_root
self.ccds_root = ccds_root self.ccds_root = ccds_root
......
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