From 4b98ea27ce881378a42874907485530872afed3b Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 22 Nov 2021 00:52:51 +0100 Subject: [PATCH] better format --- InvenTree/plugin/registry.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/InvenTree/plugin/registry.py b/InvenTree/plugin/registry.py index 2ec7ff9131..f872a9acd2 100644 --- a/InvenTree/plugin/registry.py +++ b/InvenTree/plugin/registry.py @@ -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: