From fa74a9f3a6ce48e80d4875daff37425bc5cb945b Mon Sep 17 00:00:00 2001 From: "Charles E. Gormley" Date: Sat, 28 Sep 2024 13:46:36 -0400 Subject: [PATCH] emphasis --- 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 e384d19..d4e2510 100644 --- a/src/utils/check_env.py +++ b/src/utils/check_env.py @@ -95,7 +95,7 @@ def check_env() -> None: time.sleep(0.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.") + print("\nPlease refer to the README & template.env for additional setup instructions.".ljust(20, "--")) raise EnvironmentError("Missing or improperly set environment variables") else: print("Someone followed directions!🐝🐝🐝")