mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 05:43:03 +08:00
minor fix (#3770)
This commit is contained in:
@@ -449,7 +449,7 @@ class FunctionActorManager(object):
|
||||
except KeyError as e:
|
||||
message = ("Error occurs in get_execution_info: "
|
||||
"driver_id: %s, function_descriptor: %s. Message: %s" %
|
||||
driver_id, function_descriptor, e)
|
||||
(driver_id, function_descriptor, e))
|
||||
raise KeyError(message)
|
||||
return info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user