Display the proper config file path

This commit is contained in:
Laurent Bachelier 2012-01-18 00:41:26 +01:00
commit 55465a2e4c

View file

@ -136,9 +136,8 @@ class Weboob(object):
except ModuleLoadError, 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. '
'Hint: is it installed?' % module_name)
self.logger.warning(u'Backend "%s" is referenced in %s but was not found. '
'Hint: is it installed?' % (module_name, self.backends_config.confpath))
continue
if instance_name in self.backend_instances: