2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

small docstring changes

This commit is contained in:
Matthias
2021-11-20 19:46:38 +01:00
parent e7babfbb7c
commit 33bc77e138
2 changed files with 6 additions and 5 deletions

View File

@ -129,7 +129,7 @@ class Plugins:
if modules:
[self.plugin_modules.append(item) for item in modules]
# check if running in testing mode and apps should be loaded from hooks
# check if not running in testing mode and apps should be loaded from hooks
if (not settings.PLUGIN_TESTING) or (settings.PLUGIN_TESTING and settings.PLUGIN_TESTING_SETUP):
# Collect plugins from setup entry points
for entry in metadata.entry_points().get('inventree_plugins', []):