From 1f96f0588cfdd2c7c55c9bb4d07e9258730a5574 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 22 Apr 2019 11:06:54 +0200 Subject: [PATCH] Fix formatting --- setup_wizard/wizard.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup_wizard/wizard.py b/setup_wizard/wizard.py index 5b5cd05..5bdac52 100644 --- a/setup_wizard/wizard.py +++ b/setup_wizard/wizard.py @@ -19,7 +19,9 @@ def main(): # Spit out the relative path for the "config artifacts" config_file = "config/me.yml" 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) dat = {}