mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
better format
This commit is contained in:
parent
c496076505
commit
4b98ea27ce
@ -199,7 +199,8 @@ class Plugins:
|
||||
continue # continue -> the plugin is not loaded
|
||||
|
||||
# init package
|
||||
# now we can be sure that an admin has activated the plugin -> as of Nov 2021 there are not many checks in place
|
||||
# now we can be sure that an admin has activated the plugin
|
||||
# TODO check more stuff -> as of Nov 2021 there are not many checks in place
|
||||
# but we could enhance those to check signatures, run the plugin against a whitelist etc.
|
||||
logger.info(f'Loading integration plugin {plugin.PLUGIN_NAME}')
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user