Fix wrong call of _SEARCH_AT_RESULT from tutorial version of look, as reported in #1544.
This commit is contained in:
parent
eb6c46a851
commit
0d3b8f4079
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ class CmdTutorialLook(default_cmds.CmdLook):
|
||||||
else:
|
else:
|
||||||
# no detail found, delegate our result to the normal
|
# no detail found, delegate our result to the normal
|
||||||
# error message handler.
|
# error message handler.
|
||||||
_SEARCH_AT_RESULT(None, caller, args, looking_at_obj)
|
_SEARCH_AT_RESULT(looking_at_obj, caller, args)
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
# we found a match, extract it from the list and carry on
|
# we found a match, extract it from the list and carry on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue