Skip to content

Commit

Permalink
ignore stupid error
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie committed Oct 25, 2024
1 parent 1c21a17 commit 0248184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpg_workflows/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def __init__(
# Dependencies. Populated in workflow.run(), after we know all stages.
self.required_stages: list[Stage] = []

self.status_reporter = get_workflow().status_reporter
self.status_reporter = get_workflow().status_reporter # type: ignore
# If `analysis_type` is defined, it will be used to create/update Analysis
# entries in Metamist.
self.analysis_type = analysis_type
Expand Down

0 comments on commit 0248184

Please sign in to comment.