Skip to content

Commit eebf11a

Browse files
committed
fix line length in cahpel-py/setup.py
Signed-off-by: Ahmad Rezaii <ahmad.rezaii@hpe.com>
1 parent 09c8000 commit eebf11a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/chapel-py/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
chpl_lib_path = os.path.join(chpl_home, "lib", "compiler", host_bin_subdir)
5050
# For installations using --prefix, the build and final lib paths are going to
5151
# differ figure out the install location now and write it to the rpath
52-
chpl_home_utils = os.path.join(chpl_home, "util", "chplenv", "chpl_home_utils.py")
52+
chpl_home_utils = os.path.join(
53+
chpl_home, "util", "chplenv", "chpl_home_utils.py"
54+
)
5355
chpl_install_lib_path = (
5456
subprocess.check_output(
5557
["python", chpl_home_utils, "--configured-install-lib-prefix"],

0 commit comments

Comments
 (0)