This commit is contained in:
Charles E. Gormley
2024-09-28 13:46:36 -04:00
parent 07ee448163
commit fa74a9f3a6

View File

@@ -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!🐝🐝🐝")