raise blocker again

This commit is contained in:
Matthias Mair 2022-03-18 07:50:02 +01:00 committed by GitHub
parent a97f2be8fa
commit 0cd8aae250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,8 +86,8 @@ def handle_error(error, do_raise: bool = True, do_log: bool = True, log_name: st
if do_raise:
# do a straight raise if we are playing with enviroment variables at execution time, ignore the broken sample
# if settings.TESTING_ENV and package_name != 'integration.broken_sample':
# raise error
if settings.TESTING_ENV and package_name != 'integration.broken_sample':
raise error
raise IntegrationPluginError(package_name, str(error))
# endregion