Small changes

This commit is contained in:
strNophix 2022-04-09 19:01:24 +02:00
parent 55a487fed3
commit c81588265b

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
from __future__ import annotations from __future__ import annotations
from email.policy import default
from pathlib import Path from pathlib import Path
from os import path from os import path
import subprocess as sub import subprocess as sub
@ -122,7 +121,7 @@ def main() -> int:
fmt = "Omgevingsnaam: " fmt = "Omgevingsnaam: "
env_name = p.take_input(fmt, RE_TEXT) env_name = p.take_input(fmt, RE_TEXT)
# Loop until customer has confirmed their desired combination of machines
while True: while True:
templates = ["production", "acceptance", "test", "custom"] templates = ["production", "acceptance", "test", "custom"]
fmt = f"Het type omgeving {templates}: " fmt = f"Het type omgeving {templates}: "