mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:23:15 +08:00
68cf194e90
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.