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
626f8bc7
Commit
626f8bc7
authored
Jul 17, 2023
by
BO ZHANG
🏀
Browse files
add Pipeline.name
parent
b70b7032
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
626f8bc7
...
...
@@ -13,6 +13,7 @@ from .logger import get_logger
class
Pipeline
:
def
__init__
(
self
,
name
=
""
,
dir_in
=
"/pipeline/input"
,
dir_out
=
"/pipeline/output"
,
dir_aux
=
"/pipeline/aux"
,
...
...
@@ -27,6 +28,7 @@ class Pipeline:
dfs
=
True
,
crds
=
False
,
):
self
.
name
=
name
self
.
dir_in
=
dir_in
self
.
dir_out
=
dir_out
self
.
dir_aux
=
dir_aux
...
...
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