diarization cli: throw on modal errors (#553)

This commit is contained in:
Igor Loskutov
2025-08-20 10:21:52 -04:00
committed by GitHub
parent 86455ce573
commit fe5d344cff

View File

@@ -173,6 +173,7 @@ class Processor(Emitter):
except Exception:
self.m_processor_failure.inc()
self.logger.exception("Error in push")
raise
async def flush(self):
"""