Skip to content

Commit 795bb13

Browse files
authored
and the other case
1 parent 8d71fca commit 795bb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ def check_module_function(self, allow_mismatch=False, regex=None):
13671367
out, ec = None, 1
13681368
else:
13691369
cmd = "type _module_raw"
1370-
res = run_shell_cmd(cmd, fail_on_error=False, in_dry_run=False, hidden=True, output_file=False)
1370+
res = run_shell_cmd(cmd, fail_on_error=False, in_dry_run=True, hidden=True, output_file=False)
13711371
out, ec = res.output, res.exit_code
13721372

13731373
if regex is None:

0 commit comments

Comments
 (0)