Skip to content

Commit

Permalink
Make hugsy happy :P
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Jun 25, 2024
1 parent ec99843 commit c8d73cd
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 @@ -8846,7 +8846,7 @@ class VMMapCommand(GenericCommand):
_example_ = f"{_cmdline_} libc"

@only_if_gdb_running
@parse_arguments({'unknown_types': ['']}, {('--addr', '-a'): [''], ('--name', '-n'): ['']})
@parse_arguments({"unknown_types": [""]}, {("--addr", "-a"): [""], ("--name", "-n"): [""]})
def do_invoke(self, _: List[str], **kwargs: Any) -> None:
args : argparse.Namespace = kwargs["arguments"]
vmmap = gef.memory.maps
Expand Down

0 comments on commit c8d73cd

Please sign in to comment.