Fix stratified default value from .env

This commit is contained in:
2022-11-22 01:47:12 +01:00
parent 4e0be95a00
commit 93f0db36fa

View File

@@ -249,7 +249,7 @@ class Arguments(argparse.ArgumentParser):
{ {
"action": EnvDefault, "action": EnvDefault,
"envvar": "stratified", "envvar": "stratified",
"required": False, "required": True,
"help": "Stratified", "help": "Stratified",
}, },
], ],