Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Oct 7, 2024
1 parent 76f40f1 commit 4f47cf7
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 @@ -8938,7 +8938,7 @@ def do_invoke(self, _: List[str], **kwargs: Any) -> None:
if entry.page_start <= addr < entry.page_end]
filter_content = f"[{' & '.join([*names_filter, *addrs_filter])}]"

if len(names) + len(addrs) == 0:
if not names and not addrs:
self.print_entry(entry)

elif names_filter or addrs_filter:
Expand Down

0 comments on commit 4f47cf7

Please sign in to comment.