Skip to content

Commit

Permalink
PIckup Custom Driver Changes to dev (#1828)
Browse files Browse the repository at this point in the history
* Added more detail when recursive data is found in FOBS

* Addressed PR issues
  • Loading branch information
nvidianz authored Jun 26, 2023
1 parent 4eaa7df commit 430521a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/fuel/f3/communicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def load_comm_drivers():
if not driver_path:
return

for path in driver_path.split(":"):
for path in driver_path.split(os.pathsep):
log.debug(f"Custom driver folder {path} is searched")
driver_mgr.search_folder(path, None)

Expand Down

0 comments on commit 430521a

Please sign in to comment.