Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed Jan 19, 2024
1 parent 35f3ebc commit c7cb088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/src/metadata/workflow/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def raise_from_status_internal(self, raise_warnings=False):
and self.calculate_success() < SUCCESS_THRESHOLD_VALUE
):
raise WorkflowExecutionError(
f"{self.runner.name} reported errors: {Summary.from_step(self.source)}"
f"{self.runner.name} reported errors: {Summary.from_step(self.runner)}"
)

if raise_warnings and self.runner.get_status().warnings:
Expand Down

0 comments on commit c7cb088

Please sign in to comment.