mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 15:16:46 +08:00
Fix webui api (#4686)
* fix webui * Apply suggestions from code review lint Co-Authored-By: suquark <suquark@gmail.com> * add dependencies for this unittest * move dependencies to the script file
This commit is contained in:
@@ -1102,7 +1102,7 @@ def get_webui_url():
|
||||
"""
|
||||
if _global_node is None:
|
||||
raise Exception("Ray has not been initialized/connected.")
|
||||
return _global_node.get_webui_url
|
||||
return _global_node.webui_url
|
||||
|
||||
|
||||
global_worker = Worker()
|
||||
|
||||
Reference in New Issue
Block a user