mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +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):
|
if InvenTreeSetting.get_setting('PLUGIN_ON_STARTUP', create=False):
|
||||||
# make sure all plugins are installed
|
# make sure all plugins are installed
|
||||||
registry.install_plugin_file()
|
registry.install_plugin_file()
|
||||||
except:
|
except: # pragma: no cover
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# get plugins and init them
|
# get plugins and init them
|
||||||
|
Loading…
x
Reference in New Issue
Block a user