mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Fix warning message spacing (#19164)
This commit is contained in:
parent
3780a73b45
commit
d6dbc6dc97
1 changed files with 2 additions and 2 deletions
|
@ -337,8 +337,8 @@ if __name__ == "__main__":
|
||||||
# https://github.com/ray-project/ray/issues/14026.
|
# https://github.com/ray-project/ray/issues/14026.
|
||||||
if sys.platform == "win32":
|
if sys.platform == "win32":
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"The dashboard is currently disabled on windows."
|
"The dashboard is currently disabled on windows. "
|
||||||
"See https://github.com/ray-project/ray/issues/14026"
|
"See https://github.com/ray-project/ray/issues/14026 "
|
||||||
"for more details")
|
"for more details")
|
||||||
while True:
|
while True:
|
||||||
time.sleep(999)
|
time.sleep(999)
|
||||||
|
|
Loading…
Add table
Reference in a new issue