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
1ad1b00c
Commit
1ad1b00c
authored
Dec 11, 2025
by
BO ZHANG
🏀
Browse files
clean in run command
parent
b6abe9ca
Pipeline
#11396
passed with stage
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
1ad1b00c
...
@@ -171,7 +171,9 @@ class Pipeline:
...
@@ -171,7 +171,9 @@ class Pipeline:
def
clean_output
(
self
):
def
clean_output
(
self
):
"""Clean output directory."""
"""Clean output directory."""
self
.
clean_directory
(
self
.
dir_output
)
# self.clean_directory(self.dir_output)
# clean in run command
pass
@
staticmethod
@
staticmethod
def
clean_directory
(
d
):
def
clean_directory
(
d
):
...
...
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