From c81588265b2f65fa7d085359f33e8c859661759b Mon Sep 17 00:00:00 2001 From: strNophix Date: Sat, 9 Apr 2022 19:01:24 +0200 Subject: [PATCH] Small changes --- service.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/service.py b/service.py index 825d975..5b807fc 100644 --- a/service.py +++ b/service.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 from __future__ import annotations -from email.policy import default from pathlib import Path from os import path import subprocess as sub @@ -122,7 +121,7 @@ def main() -> int: fmt = "Omgevingsnaam: " env_name = p.take_input(fmt, RE_TEXT) - + # Loop until customer has confirmed their desired combination of machines while True: templates = ["production", "acceptance", "test", "custom"] fmt = f"Het type omgeving {templates}: "