Reformat
This commit is contained in:
parent
ddb28b33a3
commit
501ac016da
|
@ -162,12 +162,14 @@ def apply_override(field, boolean: bool = False):
|
|||
if boolean:
|
||||
x = True if x.lower() == "true" else False
|
||||
p.override_settings[field] = x
|
||||
|
||||
return fun
|
||||
|
||||
|
||||
def boolean_choice(reverse: bool = False):
|
||||
def choice():
|
||||
return ["False", "True"] if reverse else ["True", "False"]
|
||||
|
||||
return choice
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue