Skip to content

Commit

Permalink
Update job_handler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
underdarknl authored Jan 21, 2025
1 parent f2a7f8e commit 201b70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boefjes/boefjes/job_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def handle(self, boefje_meta: BoefjeMeta) -> None:
)
boefje_results = [
(
{"error/boefje"},
{"error/boefje"},
f"Error running boefje ({boefje_meta.id}) due to settings/schema mismatch: {0}".format(
json.dumps(plugin.boefje_schema)
),
Expand Down

0 comments on commit 201b70a

Please sign in to comment.