in3Utils.initializeProject.cleanModuleFiles

cleanModuleFiles(avaDir, module, alternativeName='', deleteOutput=True)[source]

Cleans all generated files from the provided module in the outputs folder and work folder

Parameters
  • avaDir (path/string) – Avalanche directory path

  • module (module object) – The module do delete. e.g. from avaframe.com2AB import com2AB leads to cleanModuleFiles(com2AB) whereas from avaframe.com2AB import com2AB as c2 leads to cleanModuleFiles(c2) Boolean to be able to avoid deletion of Outputs (true by default)