Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
visch authored Mar 29, 2023
1 parent fec42b9 commit c7faad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_spreadsheets_anywhere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def discover(config):
)
)
except Exception as err:
LOGGER.error(f"Unable to write Catalog entry for '{table_spec['name']}' - it will be skipped due too error {err}")
LOGGER.error(f"Unable to write Catalog entry for '{table_spec['name']}' - it will be skipped due to error {err}")
raise err

return Catalog(streams)
Expand Down

0 comments on commit c7faad6

Please sign in to comment.