Commit 1ad1b00c authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

clean in run command

parent b6abe9ca
Pipeline #11396 passed with stage
......@@ -171,7 +171,9 @@ class Pipeline:
def clean_output(self):
"""Clean output directory."""
self.clean_directory(self.dir_output)
# self.clean_directory(self.dir_output)
# clean in run command
pass
@staticmethod
def clean_directory(d):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment