Added more comments

This commit is contained in:
2022-04-08 22:32:30 +02:00
parent 6608e1216b
commit b546e03e37
2 changed files with 7 additions and 1 deletions

View File

@@ -80,6 +80,8 @@ def main() -> int:
lambda x: bool(RE_TEXT.match(x)))
"""
Ensures the necessary customer setup.
NOTE: The customer and the `envs` directory inside of it never get removed.
"""
envs_dir = path.join("customers", customer_name, "envs")
Path(envs_dir).mkdir(parents=True, exist_ok=True)