should never be reached

This commit is contained in:
Matthias 2022-03-13 20:55:25 +01:00
parent 08d2e74521
commit f2aeab09ec
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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