From ed9d8ab24ca0f87d0b254334e7df19bf8bd60f8a Mon Sep 17 00:00:00 2001 From: "Charles E. Gormley" Date: Sat, 28 Sep 2024 13:49:15 -0400 Subject: [PATCH] alright that should d0 it. --- src/utils/check_env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/check_env.py b/src/utils/check_env.py index 053090c..5b73acf 100644 --- a/src/utils/check_env.py +++ b/src/utils/check_env.py @@ -95,7 +95,7 @@ def check_env() -> None: time.sleep(1.5) print("But we need to set these environment variables before running the script.") - print("\nPlease refer to the README & template.env for additional setup instructions.".rjust(20, "-")) + print("\n\n\n\nPlease refer to the README & template.env for additional setup instructions.\n\n\n\n") raise EnvironmentError("Missing or improperly set environment variables") else: print("Someone followed directions!🐝🐝🐝")