Fixed a lingering bug where the call signature of a call to at_search_result from the tutorial_world was not updated properly. Resolves #809.
This commit is contained in:
parent
d5f70b6524
commit
7f11256fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class CmdTutorialLook(default_cmds.CmdLook):
|
|||
else:
|
||||
# no detail found, delegate our result to the normal
|
||||
# error message handler.
|
||||
_SEARCH_AT_RESULT(caller, args, looking_at_obj)
|
||||
_SEARCH_AT_RESULT(None, caller, args, looking_at_obj)
|
||||
return
|
||||
else:
|
||||
# we found a match, extract it from the list and carry on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue