MCPcopy Create free account
hub / github.com/AshampooSystems/boden / distClean

Method distClean

bauer/commandprocessor.py:155–158  ·  view source on GitHub ↗
(self, buildDirectory)

Source from the content-addressed store, hash-verified

153 self.buildExecutor.clean(configuration, self.args)
154
155 def distClean(self, buildDirectory):
156 self.logger.info("Cleaning %s" % (buildDirectory))
157 if os.path.isdir(buildDirectory):
158 shutil.rmtree(buildDirectory);
159
160 def codesign(self, configuration):
161 codeSigner = CodeSigner(self.buildExecutor.cmake.codeModel)

Callers 1

processMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected