mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:38:19 +08:00
This reverts commit 739933e5b8.
This commit is contained in:
+1
-2
@@ -133,7 +133,6 @@ 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",
|
||||
@@ -409,7 +408,7 @@ def api_main(program, *args):
|
||||
nonlocal result
|
||||
if excinfo[1].errno != errno.ENOENT:
|
||||
msg = excinfo[1].strerror
|
||||
logger.error("cannot remove {}: {}".format(path, msg))
|
||||
logger.error("cannot remove {}: {}" % (path, msg))
|
||||
result = 1
|
||||
|
||||
for subdir in CLEANABLE_SUBDIRS:
|
||||
|
||||
Reference in New Issue
Block a user