mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 07:50:30 +08:00
Fix linting errors. (#3127)
This commit is contained in:
committed by
Philipp Moritz
parent
55d161b49f
commit
5aa29613db
@@ -163,7 +163,7 @@ class FunctionActorManager(object):
|
||||
|
||||
try:
|
||||
function = pickle.loads(serialized_function)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
# If an exception was thrown when the remote function was imported,
|
||||
# we record the traceback and notify the scheduler of the failure.
|
||||
traceback_str = format_error_message(traceback.format_exc())
|
||||
|
||||
Reference in New Issue
Block a user