From 51e7101891009ea0d1ceada5b4570da3fb88591c Mon Sep 17 00:00:00 2001 From: Yuhong Wen Date: Tue, 30 Jan 2024 13:32:53 -0500 Subject: [PATCH] [2.4] Removed the no need client custom path (#2321) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removed the no need client custom path. * Removed the commented out codes. --------- Co-authored-by: Yuan-Ting Hsieh (謝沅廷) --- nvflare/private/fed/app/simulator/simulator_runner.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/nvflare/private/fed/app/simulator/simulator_runner.py b/nvflare/private/fed/app/simulator/simulator_runner.py index 589173ccd2..57e43c20b6 100644 --- a/nvflare/private/fed/app/simulator/simulator_runner.py +++ b/nvflare/private/fed/app/simulator/simulator_runner.py @@ -331,9 +331,6 @@ def create_client(self, client_name): client_name, self.args ) self.federated_clients.append(client) - app_root = os.path.join(self.simulator_root, "app_" + client_name) - app_custom_folder = os.path.join(app_root, "custom") - sys.path.append(app_custom_folder) def _set_client_status(self): for client in self.federated_clients: