"weboob-config update" installs missing modules referenced in ~/.weboob/backends

This commit is contained in:
Romain Bignon 2012-01-17 17:59:03 +01:00
commit 9d87c8bc37
2 changed files with 13 additions and 1 deletions

View file

@ -267,7 +267,7 @@ class WeboobCfg(ReplApplication):
def progress(self, percent, message):
print '=== [%3.0f%%] %s' % (percent*100, message)
self.weboob.repositories.update(Progress())
self.weboob.update(Progress())
def do_install(self, line):
"""