Skip to content

Commit

Permalink
Removed the extra client app custom path. (NVIDIA#3102)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhwen authored Dec 14, 2024
1 parent 0be0bdf commit 3276960
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nvflare/private/fed/client/client_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@ def start_app(
return f"{ERROR_MSG_PREFIX}: Client app does not exist. Please deploy it before starting client."

app_custom_folder = os.path.join(app_root, "custom")
if os.path.isdir(app_custom_folder):
try:
sys.path.index(app_custom_folder)
except ValueError:
_remove_custom_path()
sys.path.append(app_custom_folder)

self.logger.info("Starting client app. rank: {}".format(self.rank))

Expand Down

0 comments on commit 3276960

Please sign in to comment.