Skip to content

Commit

Permalink
#3978 do_legacy_bool_parse requires a str
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Sep 25, 2023
1 parent dd61ddf commit 56089c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/scripts/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ def parse_command_line(cmdline, defaults):
def replace_option(oldoption, newoption):
do_replace_option(cmdline, oldoption, newoption)

def legacy_bool_parse(optionname, newoptionname=None):
def legacy_bool_parse(optionname, newoptionname:str=""):
do_legacy_bool_parse(cmdline, optionname, newoptionname)

def ignore(defaults):
Expand Down

0 comments on commit 56089c9

Please sign in to comment.