Do not limit the results in radioob
This commit is contained in:
parent
a1359c2303
commit
caf4bbc44a
1 changed files with 6 additions and 0 deletions
|
|
@ -140,3 +140,9 @@ class Radioob(ReplApplication):
|
|||
self.format(radio)
|
||||
self.flush()
|
||||
|
||||
def do_ls(self, line):
|
||||
count = self.options.count
|
||||
self.options.count = None
|
||||
ret = super(Radioob, self).do_ls(line)
|
||||
self.options.count = count
|
||||
return ret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue