Unverified Commit 88c7763f authored by Andrew Lyu's avatar Andrew Lyu Committed by GitHub
Browse files

Remove unresolved reference 'self' (#2198)

parent e4118b15
......@@ -455,7 +455,6 @@ def launch_engine(
data = scheduler_pipe_readers[i].recv()
if data["status"] != "ready":
self.shutdown()
raise RuntimeError(
"Initialization failed. Please see the error messages above."
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment