From d32952fe233ac4b3803bf3b07d61603675b63afc Mon Sep 17 00:00:00 2001 From: Matthias <matthias.mair@oewf.org> Date: Fri, 18 Mar 2022 01:43:42 +0100 Subject: [PATCH] add another debug message --- InvenTree/plugin/registry.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InvenTree/plugin/registry.py b/InvenTree/plugin/registry.py index 928f238f58..f46b53347c 100644 --- a/InvenTree/plugin/registry.py +++ b/InvenTree/plugin/registry.py @@ -258,6 +258,8 @@ class PluginsRegistry: # Exception if the database has not been migrated yet - check if test are running - raise if not if not settings.PLUGIN_TESTING: raise error # pragma: no cover + else: + print('[PLUGIN-load] can not create config') plugin_db_setting = None # Always activate if testing