Skip to content

Commit

Permalink
missed return __init__ SearchPatternCommand (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdreg committed Jul 3, 2022
1 parent e422530 commit f54a622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -5700,6 +5700,7 @@ def __init__(self) -> None:
super().__init__()
self["max_size_preview"] = (10, "max size preview of bytes")
self["nr_pages_chunk"] = (0x400, "number of pages readed for each memory read chunk")
return

def print_section(self, section: Section) -> None:
title = "In "
Expand Down

0 comments on commit f54a622

Please sign in to comment.