mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 22:08:49 +00:00
PEP fix
This commit is contained in:
parent
9ae8474ed9
commit
da7dd0a4ac
@ -76,6 +76,7 @@ class PluginAppConfig(AppConfig):
|
||||
plugin = plugin()
|
||||
logger.info(f'Loaded integration plugin {plugin.slug}')
|
||||
plugin.is_package = was_packaged
|
||||
|
||||
# safe reference
|
||||
settings.INTEGRATION_PLUGINS[plugin.slug] = plugin
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user