Skip to content

Commit

Permalink
Merge branch '2.4' into fix_thread_pool_executor_arg_24
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh authored Apr 1, 2024
2 parents 162e35b + 12ae6a8 commit 217d98f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvflare/private/fed/app/simulator/simulator_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ def main(args):
log_file = os.path.join(args.workspace, WorkspaceConstants.LOG_FILE_NAME)
add_logfile_handler(log_file)

app_custom_folder = os.path.join(args.workspace, "custom")
sys.path.append(app_custom_folder)
os.chdir(args.workspace)
fobs_initialize()
AuthorizationService.initialize(EmptyAuthorizer())
Expand Down

0 comments on commit 217d98f

Please sign in to comment.