mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 16:24:23 +08:00
update-scripts (#10425)
This commit is contained in:
@@ -459,10 +459,9 @@ def start(node_ip_address, redis_address, address, redis_port, port,
|
||||
if node_ip_address is not None:
|
||||
node_ip_address = services.address_to_ip(node_ip_address)
|
||||
|
||||
if redis_address is not None or address is not None:
|
||||
if address is not None:
|
||||
(redis_address, redis_address_ip,
|
||||
redis_address_port) = services.validate_redis_address(
|
||||
address, redis_address)
|
||||
redis_address_port) = services.validate_redis_address(address)
|
||||
|
||||
try:
|
||||
resources = json.loads(resources)
|
||||
|
||||
Reference in New Issue
Block a user