From 950a4751fc54e58a35cc8b4087fda919b24c55a3 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Sat, 14 Jan 2023 23:55:40 -0500 Subject: [PATCH] Got rid of copy command when it wasn't needed --- python/swiftest/swiftest/simulation_class.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/swiftest/swiftest/simulation_class.py b/python/swiftest/swiftest/simulation_class.py index 53f9669e2..cdd89a98f 100644 --- a/python/swiftest/swiftest/simulation_class.py +++ b/python/swiftest/swiftest/simulation_class.py @@ -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"