From b5232b001ce7805eae4e1da94f63fa7fc9f3252c Mon Sep 17 00:00:00 2001 From: Simon Branford <4967+branfosj@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:23:34 +0000 Subject: [PATCH] correctly rename function --- easybuild/easyblocks/a/adf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/easyblocks/a/adf.py b/easybuild/easyblocks/a/adf.py index 472cf12705..8a2e2dd044 100644 --- a/easybuild/easyblocks/a/adf.py +++ b/easybuild/easyblocks/a/adf.py @@ -81,7 +81,7 @@ def install_step(self): raise EasyBuildError("Failed to copy %s to %s: %s", src_init_path, target_init_path, err) cmd = "./bin/foray -j %d" % self.cfg['parallel'] - run_cmd(cmd) + run_shell_cmd(cmd) def sanity_check_step(self): """Custom sanity check for ADF."""