def analyzer(self, log):
     ba = BuildLogAnalyzer()
     shutil.copy(log, self.BUILD_LOG)
     return ba
 def _prepare_files(self, log):
     ba = BuildLogAnalyzer()
     shutil.copy(log, self.BUILD_LOG)
     return ba