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

clean in run command

parent b6abe9ca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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):