Remove unresolved reference 'self' (#2198)
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user