Fix formatting
This commit is contained in:
parent
6ab0fa8a9c
commit
1f96f0588c
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ def main():
|
||||||
# Spit out the relative path for the "config artifacts"
|
# Spit out the relative path for the "config artifacts"
|
||||||
config_file = "config/me.yml"
|
config_file = "config/me.yml"
|
||||||
env_file = ".env"
|
env_file = ".env"
|
||||||
print(f"Existing setup detected, please delete {config_file} and/or {env_file} before restarting the wizard")
|
print(
|
||||||
|
f"Existing setup detected, please delete {config_file} and/or {env_file} before restarting the wizard"
|
||||||
|
)
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
dat = {}
|
dat = {}
|
||||||
|
|
Loading…
Reference in a new issue