Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Let's keep the data from the error so we have a nice stack trace as well to use.
  • Loading branch information
visch authored Mar 27, 2023
1 parent 21d4376 commit fec42b9
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 @@ -89,7 +89,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}")
exit(1)
raise err

return Catalog(streams)

Expand Down

0 comments on commit fec42b9

Please sign in to comment.