mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 01:58:30 +08:00
Start moving ray internal files to _private module (#10994)
This commit is contained in:
@@ -86,7 +86,7 @@ class RayTaskError(RayError):
|
||||
else:
|
||||
self.proctitle = setproctitle.getproctitle()
|
||||
self.pid = pid or os.getpid()
|
||||
self.ip = ip or ray.services.get_node_ip_address()
|
||||
self.ip = ip or ray._private.services.get_node_ip_address()
|
||||
self.function_name = function_name
|
||||
self.traceback_str = traceback_str
|
||||
self.cause_cls = cause_cls
|
||||
|
||||
Reference in New Issue
Block a user