Skip to content

Commit

Permalink
fix startup path (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nintorac authored Mar 8, 2022
1 parent 5d32377 commit 52fa8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/private/fed/app/server/server_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main():
# trainer = WorkFlowFactory().create_server_trainer(train_configs, envs)
startup = os.path.join(args.workspace, "startup")
conf = FLServerStarterConfiger(
app_root="startup",
app_root=startup,
# wf_config_file_name="config_train.json",
server_config_file_name=args.fed_server,
# env_config_file_name="environment.json",
Expand Down

0 comments on commit 52fa8fc

Please sign in to comment.