add missing docstring
This commit is contained in:
parent
c009b26864
commit
b2597e9e76
1 changed files with 5 additions and 0 deletions
|
|
@ -141,6 +141,11 @@ class Radioob(ReplApplication):
|
|||
self.flush()
|
||||
|
||||
def do_ls(self, line):
|
||||
"""
|
||||
ls
|
||||
|
||||
List radios
|
||||
"""
|
||||
count = self.options.count
|
||||
self.options.count = None
|
||||
ret = super(Radioob, self).do_ls(line)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue