We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f3852 commit f186b3aCopy full SHA for f186b3a
unit_tests/test_exception_handler.py
@@ -53,7 +53,7 @@ def test_uncaught_exception_handler():
53
"Traceback (most recent call last):\n"
54
' File "<string>", line 1, in <module>\n'
55
" from airbyte_cdk.logger import init_logger; from airbyte_cdk.exception_handler import init_uncaught_exception_handler; logger = init_logger('airbyte'); init_uncaught_exception_handler(logger); raise 1\n"
56
- " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"
+ " ^^^^^^^\n"
57
"TypeError: exceptions must derive from BaseException"
58
)
59
else:
0 commit comments