mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
If we set `ray.home` configuration item to `""`. The current `RayConfig` will set it to current work directory, like `/User/My/Ray`. But the some other configuration items(like `redisServerExecutablePath`) will be set to `/User/My/Ray//build/src/common/thirdparty/redis/src/redis-server` by mistake. Note: There are 2 `/` between current work directory and `build/src/common....` This PR will fix this issue.