Do not limit the results in radioob

This commit is contained in:
Laurent Bachelier 2012-02-02 01:49:14 +01:00
commit caf4bbc44a

View file

@ -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