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

Commit

Permalink
Merge branch 'master' into debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 3, 2023
2 parents 822108c + fc27eac commit dddeddc
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 dddeddc

Please sign in to comment.