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
4f03e35d
Commit
4f03e35d
authored
Jul 03, 2025
by
BO ZHANG
🏀
Browse files
verbose
parent
4ddd430b
Pipeline
#9138
passed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
4f03e35d
...
@@ -231,7 +231,7 @@ class Pipeline:
...
@@ -231,7 +231,7 @@ class Pipeline:
try
:
try
:
# if the module works well
# if the module works well
res
:
CsstResult
=
func
(
*
args
,
**
kwargs
)
res
:
CsstResult
=
func
(
*
args
,
**
kwargs
)
assert
isinstance
(
res
,
CsstResult
)
assert
isinstance
(
res
,
CsstResult
)
,
res
# define results
# define results
status
=
res
.
status
status
=
res
.
status
files
=
res
.
files
files
=
res
.
files
...
...
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