"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "ee20d1f8b9e209f204dd3c9e4b089468f9c7543e"
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( ...@@ -455,7 +455,6 @@ def launch_engine(
data = scheduler_pipe_readers[i].recv() data = scheduler_pipe_readers[i].recv()
if data["status"] != "ready": if data["status"] != "ready":
self.shutdown()
raise RuntimeError( raise RuntimeError(
"Initialization failed. Please see the error messages above." "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