Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IceS2 committed Jul 26, 2024
1 parent a8f4e25 commit 8b9a89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/src/metadata/workflow/workflow_output_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def print_init_error(
workflow_type: WorkflowType = WorkflowType.INGEST,
):
# pylint: disable=W0212
source_type_name = WorkflowInitErrorHandler._get_source_type_name( # type: ignore[reportPrivateUsage]
source_type_name = WorkflowInitErrorHandler._get_source_type_name( # pyright: ignore[reportPrivateUsage]
config
)
WorkflowInitErrorHandler.print_init_error(
Expand Down

0 comments on commit 8b9a89e

Please sign in to comment.