Skip to content
Snippets Groups Projects
Verified Commit 70b59595 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix bug in master pipeline

parent c6b79020
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,7 @@ def create(clus, args): # pylint: disable=too-many-branches
'characters'), MAX_DOMAIN_LENGTH)
sys.exit(1)
subdomain = args.subdomain
if len(args.domain) + len(args.subdomain) + 1 > MAX_DOMAIN_LENGTH:
if args.truncate_subdomain:
half_required_length = floor((MAX_DOMAIN_LENGTH - len(args.domain) - 1)/2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment