mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 12:01:34 +08:00
Fix a lint issue (#8530)
This commit is contained in:
@@ -1265,8 +1265,8 @@ def connect(node,
|
||||
)
|
||||
|
||||
# Create an object for interfacing with the global state.
|
||||
# Note, global state should be intialized after `CoreWorker`, because it will
|
||||
# use glog, which is intialized in `CoreWorker`.
|
||||
# Note, global state should be intialized after `CoreWorker`, because it
|
||||
# will use glog, which is intialized in `CoreWorker`.
|
||||
ray.state.state._initialize_global_state(
|
||||
node.redis_address, redis_password=node.redis_password)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user