From 55465a2e4c2b7079dd3e48b174001415e726a751 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Wed, 18 Jan 2012 00:41:26 +0100 Subject: [PATCH] Display the proper config file path --- weboob/core/ouiboube.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/weboob/core/ouiboube.py b/weboob/core/ouiboube.py index 2b5bf8ea..c0c7f506 100644 --- a/weboob/core/ouiboube.py +++ b/weboob/core/ouiboube.py @@ -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: