Log exception

This commit is contained in:
Chidi Williams 2023-01-27 23:32:27 +00:00
commit 27ab55f486

View file

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