Searched refs:build_file (Results 1 – 5 of 5) sorted by relevance
22 def __init__(self, build_file): argument23 self.build_file = build_file
25 def __init__(self, build_file): argument26 super().__init__(build_file)31 with ZipFile(self.build_file) as zip_file:
23 def __init__(self, build_file): argument24 super().__init__(build_file)
26 build_file = './testdata/base_build_target-files.zip'27 handler = TargetFileHandler(build_file)
170 logger.info('File:{build_file} was not found in base build'.format(build_file=key))