Skip to content

Commit

Permalink
apply black formatter to chapel-py's setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremiah Corrado <[email protected]>
  • Loading branch information
jeremiah-corrado committed Oct 7, 2024
1 parent 78c5c92 commit bf10605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/chapel-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit bf10605

Please sign in to comment.