Remove duplicated call to PipelineRun.end
from PipelineInput.execute
(#100909)
Remove duplicated call to PipelineRun.end from PipelineInput.execute
This commit is contained in:
parent
e5a151c4c3
commit
4df14b2625
1 changed files with 0 additions and 1 deletions
|
@ -1228,7 +1228,6 @@ class PipelineInput:
|
|||
)
|
||||
if detect_result is None:
|
||||
# No wake word. Abort the rest of the pipeline.
|
||||
await self.run.end()
|
||||
return
|
||||
|
||||
current_stage = PipelineStage.STT
|
||||
|
|
Loading…
Add table
Reference in a new issue