mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:08:13 +08:00
[Dashboard] Start the new dashboard (#9860)
This commit is contained in:
+2
-1
@@ -133,6 +133,7 @@ extras["all"] = list(set(chain.from_iterable(extras.values())))
|
||||
# the change in the matching section of requirements.txt
|
||||
install_requires = [
|
||||
"aiohttp",
|
||||
"aiohttp_cors",
|
||||
"aioredis",
|
||||
"click >= 7.0",
|
||||
"colorama",
|
||||
@@ -408,7 +409,7 @@ def api_main(program, *args):
|
||||
nonlocal result
|
||||
if excinfo[1].errno != errno.ENOENT:
|
||||
msg = excinfo[1].strerror
|
||||
logger.error("cannot remove {}: {}" % (path, msg))
|
||||
logger.error("cannot remove {}: {}".format(path, msg))
|
||||
result = 1
|
||||
|
||||
for subdir in CLEANABLE_SUBDIRS:
|
||||
|
||||
Reference in New Issue
Block a user