diff --git a/src/backend/InvenTree/plugin/registry.py b/src/backend/InvenTree/plugin/registry.py index f45c080f10..77d5810848 100644 --- a/src/backend/InvenTree/plugin/registry.py +++ b/src/backend/InvenTree/plugin/registry.py @@ -579,9 +579,7 @@ class PluginsRegistry: except Exception as error: # Handle the error, log it and try again if attempts == 0: - handle_error( - error, log_name='init', do_raise=settings.PLUGIN_TESTING - ) + handle_error(error, log_name='init', do_raise=True) logger.exception( '[PLUGIN] Encountered an error with %s:\n%s',