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
343e9511be
commit
c322ede20c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue