From e4cb2f3a2fd8f341c826e93a33b5c1da1105445f Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Wed, 29 Dec 2021 00:58:57 +0000 Subject: [PATCH] added the setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ed029c68..f401b2e06 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,9 @@ if not GSL_DIR: ) BINARY_C_DIR = os.getenv("BINARY_C", None) if not BINARY_C_DIR: - print("\n\n****\n**** Error: the BINARY_C environment variable is not set.\n**** This environment variable should point to the root of your binary_c\n**** installation (i.e. the directory you acquired from the repository).\n**** Aborting setup.\n****\n\n") + print( + "\n\n****\n**** Error: the BINARY_C environment variable is not set.\n**** This environment variable should point to the root of your binary_c\n**** installation (i.e. the directory you acquired from the repository).\n**** Aborting setup.\n****\n\n" + ) quit(1) # TODO: write code to know exact parent directory of this file. -- GitLab