mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
Removing grarph_manager param (#141)
This commit is contained in:
committed by
Ajay Deshpande
parent
a1c56edd98
commit
2b4c9c6774
@@ -579,7 +579,7 @@ class CoachLauncher(object):
|
||||
return
|
||||
|
||||
if args.distributed_coach and args.distributed_coach_run_type == RunType.ORCHESTRATOR:
|
||||
handle_distributed_coach_orchestrator(graph_manager, args)
|
||||
handle_distributed_coach_orchestrator(args)
|
||||
return
|
||||
|
||||
# Single-threaded runs
|
||||
|
||||
Reference in New Issue
Block a user