From bf10605215d576ee73df998c2aae449c54153bee Mon Sep 17 00:00:00 2001 From: Jeremiah Corrado Date: Mon, 7 Oct 2024 16:33:39 -0600 Subject: [PATCH] apply black formatter to chapel-py's setup.py Signed-off-by: Jeremiah Corrado --- tools/chapel-py/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/chapel-py/setup.py b/tools/chapel-py/setup.py index 1641577e362..bee452790c1 100644 --- a/tools/chapel-py/setup.py +++ b/tools/chapel-py/setup.py @@ -72,8 +72,8 @@ if str(chpl_variables.get("CHPL_SANITIZE")) == "address": if str(chpl_variables.get("CHPL_HOST_PLATFORM")) == "darwin": sys.exit( - "Cannot use chapel-py on Mac OS when address sanitization is enabled; " + - "please unset 'CHPL_SANITIZE' then rebuild Chapel" + "Cannot use chapel-py on Mac OS when address sanitization is enabled; " + + "please unset 'CHPL_SANITIZE' then rebuild Chapel" ) CXXFLAGS += ["-fsanitize=address"]