diff --git a/InvenTree/plugin/registry.py b/InvenTree/plugin/registry.py index 272c211749..68762c8ade 100644 --- a/InvenTree/plugin/registry.py +++ b/InvenTree/plugin/registry.py @@ -120,7 +120,7 @@ class PluginsRegistry: # We do not want to end in an endless loop retry_counter -= 1 - if retry_counter <= 0: + if retry_counter <= 0: # pragma: no cover if settings.PLUGIN_TESTING: print('[PLUGIN] Max retries, breaking loading') # TODO error for server status