mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
name refactor
This commit is contained in:
parent
9436dad54e
commit
18694c9b9e
@ -71,8 +71,8 @@ def load_plugins(name: str, module, cls):
|
||||
if len(plugins) > 0:
|
||||
logger.info("Discovered %i %s plugins:", len(plugins), name)
|
||||
|
||||
for ap in plugins:
|
||||
logger.debug(" - %s", ap.PLUGIN_NAME)
|
||||
for plugin in plugins:
|
||||
logger.debug(" - %s", plugin.PLUGIN_NAME)
|
||||
|
||||
return plugins
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user