Remove duplicated call to PipelineRun.end from PipelineInput.execute (#100909)

Remove duplicated call to PipelineRun.end from PipelineInput.execute
This commit is contained in:
Erik Montnemery 2023-09-26 12:38:25 +02:00 committed by GitHub
parent e5a151c4c3
commit 4df14b2625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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