Remove backend for do() calls

This commit is contained in:
Florent 2014-10-09 11:04:09 +02:00
commit 628c63f899
33 changed files with 112 additions and 113 deletions

View file

@ -50,7 +50,7 @@ class WeboobCli(ReplApplication):
self.load_backends(cap_s)
for backend, obj in self.do(cmd, *args):
for obj in self.do(cmd, *args):
self.format(obj)
self.flush()