Skip to content

Commit

Permalink
worker: fix typo 'have' -> 'has' in ErrataDiffBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Aug 23, 2023
1 parent f3dbbbd commit 836c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osh/worker/tasks/task_errata_diff_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def run(self):
self.hub.upload_task_log(f, self.task_id, base_results)

if retcode > 0:
print(f"Scanning have not completed successfully ({retcode})",
print(f"Scanning has not completed successfully ({retcode})",
file=sys.stderr)
self.hub.worker.fail_scan(scan_id, f'csmock return code: {retcode}')
self.fail()
Expand Down

0 comments on commit 836c88b

Please sign in to comment.