mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +00:00
lint integration-test.py (#549)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user