mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 10:01:50 +08:00
Fix name clash on Windows (#9412)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -658,8 +658,8 @@ class RayletStats(threading.Thread):
|
||||
return {"status": "pending"}
|
||||
|
||||
reply = self._profiling_stats[profiling_id]
|
||||
if reply.stderr:
|
||||
return {"status": "error", "error": reply.stderr}
|
||||
if reply.std_err:
|
||||
return {"status": "error", "error": reply.std_err}
|
||||
else:
|
||||
return {"status": "finished"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user