Skip to content

Commit

Permalink
Fix initialising of ScanHelper (#2473)
Browse files Browse the repository at this point in the history
Fix initialising of ScanHelper

Reviewed-by: Nikola Forró
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jul 25, 2024
2 parents 8de1710 + 0dcc12f commit ee454a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packit_service/worker/handlers/copr.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def run(self):
):
try:
ScanHelper(
build_job_helper=self.copr_build_helper,
copr_build_helper=self.copr_build_helper,
build=self.build,
).handle_scan()
except Exception as ex:
Expand Down

0 comments on commit ee454a8

Please sign in to comment.