diff --git a/python/ray/function_manager.py b/python/ray/function_manager.py index f530aeabd..45c22004b 100644 --- a/python/ray/function_manager.py +++ b/python/ray/function_manager.py @@ -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