Skip to content

Commit

Permalink
Update gef.py
Browse files Browse the repository at this point in the history
Co-authored-by: crazy hugsy <[email protected]>
  • Loading branch information
ValekoZ and hugsy authored Sep 25, 2024
1 parent d00aa17 commit 93f588e
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 @@ -8905,7 +8905,7 @@ def do_invoke(self, _: List[str], **kwargs: Any) -> None:
names: List[str] = [x for x in args.name]

for arg in args.unknown_types:
if arg is '':
if not arg:
continue

if self.is_integer(arg):
Expand Down

0 comments on commit 93f588e

Please sign in to comment.