mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 02:01:24 +08:00
[hotfix] Fix master's linting (#5049)
The linting in CI on master always fail.
This commit is contained in:
@@ -670,7 +670,9 @@ class StandardAutoscaler(object):
|
||||
nodes = self.workers()
|
||||
if nodes:
|
||||
self.provider.terminate_nodes(nodes)
|
||||
logger.error("StandardAutoscaler: terminated {} node(s)".format(len(nodes)))
|
||||
logger.error(
|
||||
"StandardAutoscaler: terminated {} node(s)".format(
|
||||
len(nodes)))
|
||||
except Exception:
|
||||
traceback.print_exc()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user