From 36656e46d228c2037e78e284929d41aa33f3e3a2 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Thu, 12 Jan 2017 21:09:31 +0100 Subject: [PATCH] More refactoring --- spintrum/spintrum.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spintrum/spintrum.py b/spintrum/spintrum.py index 0d12d16..0546167 100644 --- a/spintrum/spintrum.py +++ b/spintrum/spintrum.py @@ -15,7 +15,8 @@ try: _OpenBLASLibPath = os.path.join(os.path.dirname(os.path.abspath(__file__)),"OpenBLAS_install/lib/libopenblas.so.0") c.CDLL(_OpenBLASLibPath) except OSError: - _print_error("Warning: Failed to load OpenBLAS in its default place. Excepting the library to be available from the system.") + _print_error("Warning: Failed to load OpenBLAS in its default place. " + "Excepting the library to be available from the system.") _SpintrumLibPath = os.path.join(os.path.dirname(os.path.abspath(__file__)), "lib/libspintrum.so") if not os.path.exists(_SpintrumLibPath): msg = "WARNING: Could not load the spintrum shared library in path " \