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
b3a44a16
Commit
b3a44a16
authored
Jan 02, 2026
by
BO ZHANG
🏀
Browse files
self.DUMPDATA -> self.dumpdata
parent
b46d88ec
Pipeline
#11691
passed with stage
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
b3a44a16
...
...
@@ -132,7 +132,7 @@ class Pipeline:
self
.
logger
.
info
(
f
"BUILD=
{
self
.
build
}
"
)
self
.
logger
.
info
(
f
"CREATED=
{
self
.
created
}
"
)
self
.
logger
.
info
(
f
"VERBOSE=
{
self
.
verbose
}
"
)
self
.
logger
.
info
(
f
"DUMPDATA=
{
self
.
DUMPDATA
}
"
)
self
.
logger
.
info
(
f
"DUMPDATA=
{
self
.
dumpdata
}
"
)
# warning operations
@
staticmethod
...
...
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