four args now

This commit is contained in:
Ariel Rin 2023-11-08 20:25:24 +10:00
parent c92fee78e2
commit 7e312bb95f
No known key found for this signature in database

View File

@ -19,7 +19,7 @@ def create_project(parser, options, args):
# Validate args # Validate args
if len(args) < 2: if len(args) < 2:
parser.error("Please specify a name for your Alliance Auth installation.") parser.error("Please specify a name for your Alliance Auth installation.")
elif len(args) > 3: elif len(args) > 4:
parser.error("Too many arguments.") parser.error("Too many arguments.")
# First find the path to Alliance Auth # First find the path to Alliance Auth