コード例 #1
0
 def clean_cache(self, lib):
     lib_path = os.path.join(self.cache_libs_path, f'{lib}.zip')
     logger.info(f'Clean cache of {lib} at {lib_path}')
     FileUtils.remove_file(lib_path)
コード例 #2
0
 def clean_cache(self, libName):
     FileUtils.remove_file(self.cache_libs_path + libName + ".zip")