mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add another debug message
This commit is contained in:
parent
a06844d7e9
commit
d32952fe23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user