Fix warning message spacing (#19164)

This commit is contained in:
Carlo Grisetti 2021-10-08 20:46:02 +02:00 committed by GitHub
parent 3780a73b45
commit d6dbc6dc97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)