Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from hannorein/shellissue
Browse files Browse the repository at this point in the history
removed -l flag from command in Popen. Closes #14.
  • Loading branch information
David Minton authored and GitHub committed Aug 3, 2023
2 parents fc35362 + beca8b7 commit 4122887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def _run_swiftest_driver(self):

# Get current environment variables
env = os.environ.copy()
cmd = f"{env['SHELL']} -l {self.driver_script}"
cmd = f"{env['SHELL']} {self.driver_script}"


def _type_scrub(output_data):
Expand Down

0 comments on commit 4122887

Please sign in to comment.