mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
diarization cli: throw on modal errors (#553)
This commit is contained in:
@@ -173,6 +173,7 @@ class Processor(Emitter):
|
|||||||
except Exception:
|
except Exception:
|
||||||
self.m_processor_failure.inc()
|
self.m_processor_failure.inc()
|
||||||
self.logger.exception("Error in push")
|
self.logger.exception("Error in push")
|
||||||
|
raise
|
||||||
|
|
||||||
async def flush(self):
|
async def flush(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user