Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
e1f6d031
Commit
e1f6d031
authored
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
add Pipeline.pmapname
parent
ceabf442
dev
main
No related merge requests found
Pipeline
#2769
passed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_common/pipeline.py
+8
-0
csst_common/pipeline.py
with
8 additions
and
0 deletions
+8
-0
csst_common/pipeline.py
+
8
-
0
View file @
e1f6d031
...
...
@@ -242,6 +242,14 @@ class Pipeline:
def
retry
(
*
args
,
**
kwargs
):
return
retry
(
*
args
,
**
kwargs
)
@
property
def
pmapname
(
self
):
"""CCDS `.pmap` name (operational context)."""
if
self
.
ccds
is
not
None
:
return
self
.
ccds
.
operational_context
else
:
raise
ValueError
(
"CCDS client not initialized!"
)
# class ErrorTrace:
# """Write error trace to file."""
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets