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

Commit

Permalink
Removed the line in the executable that calls the shell default shell…
Browse files Browse the repository at this point in the history
… configuration file temporarily until I determine if it is necessary
  • Loading branch information
daminton committed May 25, 2023
1 parent 660eb48 commit 8c9e052
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 @@ -2779,7 +2779,7 @@ def write_param(self,
self.driver_script = os.path.join(self.simdir, "swiftest_driver.sh")
with open(self.driver_script, 'w') as f:
f.write(f"#{self._shell_full}\n")
f.write(f"source ~/.{self._shell}rc\n")
#f.write(f"source ~/.{self._shell}rc\n")
f.write(f"cd {self.simdir}\n")
f.write(f"{str(self.driver_executable)} {self.integrator} {str(self.param_file)} compact\n")

Expand Down

0 comments on commit 8c9e052

Please sign in to comment.