File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def sanity_check_step(self):
177177 }
178178
179179 # make very sure that expected 'compilers_and_libraries_<VERSION>/linux' subdir is there for recent versions,
180- # since we rely on it being there in make_module_req_guess
180+ # since we rely on it being there in module_load_environment
181181 if self .comp_libs_subdir :
182182 custom_paths ['dirs' ].append (self .comp_libs_subdir )
183183
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def sanity_check_step(self):
8282 }
8383
8484 # make very sure that expected 'compilers_and_libraries_<VERSION>/linux' subdir is there for recent versions,
85- # since we rely on it being there in make_module_req_guess
85+ # since we rely on it being there in module_load_environment
8686 if self .comp_libs_subdir :
8787 custom_paths ['dirs' ].append (self .comp_libs_subdir )
8888
You can’t perform that action at this time.
0 commit comments