Log exception

This commit is contained in:
Chidi Williams 2023-01-28 14:24:55 +00:00
commit c322ede20c

View file

@ -260,7 +260,7 @@ class WhisperCppFileTranscriber(QObject):
logging.debug('Running ffmpeg, %s', ffmpeg_cmd.get_args())
f = subprocess.run(['ffmpeg'] + ffmpeg_cmd.get_args)
f = subprocess.run(['ffmpeg'] + ffmpeg_cmd.get_args())
logging.debug('subprocess exited with code %s', f.returncode)
ffmpeg_cmd.run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)