Skip to content

Commit 430521a

Browse files
authored
PIckup Custom Driver Changes to dev (#1828)
* Added more detail when recursive data is found in FOBS * Addressed PR issues
1 parent 4eaa7df commit 430521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvflare/fuel/f3/communicator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def load_comm_drivers():
4646
if not driver_path:
4747
return
4848

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

0 commit comments

Comments
 (0)