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

Commit

Permalink
Got rid of copy command when it wasn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 15, 2023
1 parent 8f31031 commit 950a475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,6 @@ def set_integrator(self,
self.driver_executable = None
else:
if self.binary_path.exists():
shutil.copy(self.binary_source, self.driver_executable)
self.driver_executable.resolve()
else:
self.binary_path = "NOT IMPLEMENTED FOR THIS CODE"
Expand Down

0 comments on commit 950a475

Please sign in to comment.