do not coverage catch for load

This commit is contained in:
Matthias 2022-05-03 23:06:57 +02:00
parent e95c3e0948
commit c5acfaf541
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -35,7 +35,7 @@ class PluginAppConfig(AppConfig):
if InvenTreeSetting.get_setting('PLUGIN_ON_STARTUP', create=False):
# make sure all plugins are installed
registry.install_plugin_file()
except:
except: # pragma: no cover
pass
# get plugins and init them