Fix plugin error message
This commit is contained in:
parent
654cce92cd
commit
f83c77e7ea
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ config.data_dir = TEST_DATA_PATH # Use test data for unittests
|
|||
os.chdir(os.path.abspath(os.path.dirname(__file__) + "/../..")) # Set working dir
|
||||
|
||||
all_loaded = PluginManager.plugin_manager.loadPlugins()
|
||||
assert all_loaded, "There was error loading plugins"
|
||||
assert all_loaded, "Not all plugin loaded successfully"
|
||||
|
||||
config.loadPlugins()
|
||||
config.parse(parse_config=False) # Parse again to add plugin configuration options
|
||||
|
|
Loading…
Reference in a new issue