Skip to content

Commit

Permalink
Update gef.py
Browse files Browse the repository at this point in the history
Co-authored-by: crazy hugsy <hugsy@users.noreply.github.com>
  • Loading branch information
ValekoZ and hugsy authored Jun 24, 2024
1 parent fd5b5e1 commit 84b2afd
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 @@ -493,7 +493,7 @@ def wrapper(*args: Any, **kwargs: Any) -> Callable:
continue
elif argtype in (list, tuple):
parser.add_argument(*argname, type=type(argvalue[0]),
default=[], action='append')
default=[], action="append")
continue
parser.add_argument(*argname, type=argtype, default=argvalue)

Expand Down

0 comments on commit 84b2afd

Please sign in to comment.