mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
do not coverage catch for load
This commit is contained in:
parent
e95c3e0948
commit
c5acfaf541
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user