Skip to content

Commit f6f5e93

Browse files
committed
fix excessively long comments
1 parent 62e0a28 commit f6f5e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/tools/toolchain/toolchain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,8 +1034,8 @@ def prepare_rpath_wrappers(self, rpath_filter_dirs=None, rpath_include_dirs=None
10341034
# use path for %(rpath_args)s template value relative to location of the RPATH wrapper script,
10351035
# to avoid that the RPATH wrapper scripts rely on a script that's located elsewhere;
10361036
# that's mostly important when RPATH wrapper scripts are retained to be used outside of EasyBuild;
1037-
# here we assume that each RPATH wrapper script is created in a separate subdirectory (see wrapper_dir below);
1038-
# ${TOPDIR} is defined in template RPATH wrapper script, refers to parent dir in which wrapper script is located
1037+
# we assume that each RPATH wrapper script is created in a separate subdirectory (see wrapper_dir below);
1038+
# ${TOPDIR} is defined in template for RPATH wrapper scripts, refers to parent dir of RPATH wrapper script
10391039
rpath_args_py = os.path.join('${TOPDIR}', '..', os.path.basename(rpath_args_py))
10401040

10411041
rpath_wrapper_template = find_eb_script('rpath_wrapper_template.sh.in')

0 commit comments

Comments
 (0)