fixes related to ModuleLoadError
This commit is contained in:
parent
6a242eb30f
commit
b6821b0567
5 changed files with 33 additions and 28 deletions
|
|
@ -99,7 +99,7 @@ class Weboob(object):
|
|||
try:
|
||||
module = self.modules_loader.get_or_load_module(module_name)
|
||||
except ModuleLoadError, e:
|
||||
self.logger.debug(e)
|
||||
self.logger.error(e)
|
||||
if module is None:
|
||||
self.logger.warning(u'Backend "%s" is referenced in ~/.weboob/backends '
|
||||
'configuration file, but was not found. '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue