mirror of
https://github.com/wassname/ray.git
synced 2026-07-14 11:17:54 +08:00
Enforce quoting style in Travis. (#4589)
This commit is contained in:
committed by
Robert Nishihara
parent
6697407ec4
commit
e88e706fcc
@@ -79,7 +79,7 @@ def _test_cleanup_on_driver_exit(num_redis_shards):
|
||||
|
||||
ray.shutdown()
|
||||
|
||||
success = multiprocessing.Value('b', False)
|
||||
success = multiprocessing.Value("b", False)
|
||||
driver = multiprocessing.Process(target=Driver, args=(success, ))
|
||||
driver.start()
|
||||
# Wait for client to exit.
|
||||
|
||||
Reference in New Issue
Block a user