Skip to content

Commit

Permalink
🔧 use /bin/bash in local submission
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango committed Feb 23, 2024
1 parent 3aaf788 commit c959cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isabl_cli/batch_systems/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def submit_local(app, command_tuples):
stdout=stdout,
stderr=stderr,
shell=True,
executable="/bin/bash"
)

except subprocess.CalledProcessError:
Expand Down

0 comments on commit c959cbe

Please sign in to comment.