mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Log exception
This commit is contained in:
parent
a800ee58a2
commit
27ab55f486
1 changed files with 1 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ class WhisperFileTranscriber(QObject):
|
|||
while True:
|
||||
try:
|
||||
line = pipe.recv().strip()
|
||||
logging.debug('whisper (stderr): %s', line)
|
||||
except EOFError: # Connection closed
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue