aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/distribute
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/distribute')
-rw-r--r--tensorflow/python/distribute/distribute_coordinator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/distribute/distribute_coordinator.py b/tensorflow/python/distribute/distribute_coordinator.py
index b5b4b28033..dab1ed43ca 100644
--- a/tensorflow/python/distribute/distribute_coordinator.py
+++ b/tensorflow/python/distribute/distribute_coordinator.py
@@ -237,7 +237,7 @@ class _WorkerContext(object):
def _run(worker_fn, cluster_spec, task_type, task_id, between_graph, rpc_layer,
worker_barrier):
with _WorkerContext(cluster_spec, task_type, task_id, between_graph,
- rpc_layer, worker_barrier):
+ rpc_layer, worker_barrier):
worker_fn()