mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-12 20:30:57 +00:00
Don't modify DEFAULT_CONFIG_SCHEMA
This commit is contained in:
parent
2f0a7855a1
commit
91e88091fc
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ def run() -> None:
|
|||
del kwargs["type"]
|
||||
kwargs["action"] = "store_const"
|
||||
kwargs["const"] = "True"
|
||||
opposite_args = kwargs.pop("opposite", [])
|
||||
opposite_args = list(kwargs.pop("opposite", ()))
|
||||
opposite_args.append("--no%s" % long_name[1:])
|
||||
group.add_argument(*args, **kwargs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue