Fix tempfile issues (#4605)

This commit is contained in:
Si-Yuan
2019-05-06 07:06:15 +08:00
committed by Robert Nishihara
parent dca1c25d88
commit bd00735fe8
5 changed files with 131 additions and 68 deletions
+1 -2
View File
@@ -1694,8 +1694,7 @@ def connect(node,
mode=WORKER_MODE,
log_to_driver=False,
worker=global_worker,
driver_id=None,
load_code_from_local=False):
driver_id=None):
"""Connect this worker to the raylet, to Plasma, and to Redis.
Args: