Skip to content

Commit

Permalink
Add precision to warning message in case of multiple matches
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Apr 12, 2024
1 parent 778db84 commit 97b69f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -3549,6 +3549,8 @@ def process_lookup_path(name: str, perm: Permission = Permission.ALL) -> Optiona
for x in matches:
warn(f"- '{x}'")

warn("Returning the first match")

return ret


Expand Down

0 comments on commit 97b69f7

Please sign in to comment.