Revert removing the unused imports (#385)
This commit is contained in:
@@ -84,7 +84,7 @@ def start_detokenizer_process(
|
||||
):
|
||||
try:
|
||||
manager = DetokenizerManager(server_args, port_args)
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
pipe_writer.send(get_exception_traceback())
|
||||
raise
|
||||
pipe_writer.send("init ok")
|
||||
|
||||
Reference in New Issue
Block a user