mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Fix needle-must-be-a-list crash.
This commit is contained in:
parent
6360876933
commit
debf6e6086
@ -397,7 +397,7 @@ def main(args): # noqa
|
|||||||
print_local(
|
print_local(
|
||||||
get_ith_path(
|
get_ith_path(
|
||||||
tab_index,
|
tab_index,
|
||||||
find_matches(entries, tab_needle)))
|
find_matches(entries, [tab_needle])))
|
||||||
else:
|
else:
|
||||||
print_local(first(chain(
|
print_local(first(chain(
|
||||||
imap(attrgetter('path'), find_matches(entries, needles)),
|
imap(attrgetter('path'), find_matches(entries, needles)),
|
||||||
|
Loading…
Reference in New Issue
Block a user