From c959cbe9505ba62997ea84ede6c9b54141f02039 Mon Sep 17 00:00:00 2001 From: Juan Esteban Arango Date: Fri, 23 Feb 2024 12:41:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20use=20/bin/bash=20in=20local=20s?= =?UTF-8?q?ubmission?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- isabl_cli/batch_systems/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/isabl_cli/batch_systems/local.py b/isabl_cli/batch_systems/local.py index 31a27b5..dc3f13c 100644 --- a/isabl_cli/batch_systems/local.py +++ b/isabl_cli/batch_systems/local.py @@ -31,6 +31,7 @@ def submit_local(app, command_tuples): stdout=stdout, stderr=stderr, shell=True, + executable="/bin/bash" ) except subprocess.CalledProcessError: