This commit is contained in:
zandercymatics 2023-11-09 08:47:59 -07:00
parent f7c82ac957
commit 5b4a357069
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
8 changed files with 50 additions and 33 deletions

View file

@ -66,7 +66,7 @@ class Command(BaseCommand):
parser.add_argument(
"--infer_filenames",
action=argparse.BooleanOptionalAction,
help="Determines if we should infer filenames or not."
help="Determines if we should infer filenames or not."
"Recommended to be enabled only in a development or testing setting.",
)