Skip to content

Commit

Permalink
fix filters not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Sep 27, 2024
1 parent 60215b4 commit 76f40f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -8941,7 +8941,7 @@ def do_invoke(self, _: List[str], **kwargs: Any) -> None:
if len(names) + len(addrs) == 0:
self.print_entry(entry)

elif filters:
elif names_filter or addrs_filter:
if filter_content != last_printed_filter:
gef_print() # skip a line between different filters
gef_print(Color.greenify(filter_content))
Expand Down

0 comments on commit 76f40f1

Please sign in to comment.