Add unit tests for syscmds, refactor cmdparser
This commit is contained in:
parent
55eb026e95
commit
11d39a57b5
4 changed files with 170 additions and 119 deletions
|
|
@ -1857,7 +1857,9 @@ def at_search_result(matches, caller, query="", quiet=False, **kwargs):
|
|||
Returns:
|
||||
processed_result (Object or None): This is always a single result
|
||||
or `None`. If `None`, any error reporting/handling should
|
||||
already have happened.
|
||||
already have happened. The returned object is of the type we are
|
||||
checking multimatches for (e.g. Objects or Commands)
|
||||
|
||||
"""
|
||||
|
||||
error = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue