This commit is contained in:
Si-Yuan
2019-01-15 05:52:51 +08:00
committed by Philipp Moritz
parent 0b8008f41c
commit a5df8e3532
+1 -1
View File
@@ -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