Remove backend for do() calls
This commit is contained in:
parent
40a8bc0ce1
commit
628c63f899
33 changed files with 112 additions and 113 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue