lint integration-test.py (#549)

This commit is contained in:
bmc-msft
2021-02-16 12:22:45 -05:00
committed by GitHub
parent e9b67952e3
commit f64a0dcc05

View File

@ -424,7 +424,10 @@ class TestOnefuzz:
self.logger.info("launching repro: %s", self.target_jobs[job_id])
report = self.get_job_crash(job_id)
if report is None:
self.logger.warning("target does not include crash reports: %s", self.target_jobs[job_id])
self.logger.warning(
"target does not include crash reports: %s",
self.target_jobs[job_id],
)
return
(container, path) = report
self.repros[job_id] = self.of.repro.create(container, path, duration=1)