2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

should never be reached

This commit is contained in:
Matthias
2022-03-13 20:55:25 +01:00
parent 08d2e74521
commit f2aeab09ec

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