mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Fixed typo in cwd parameter usage
This commit is contained in:
parent
96fb3ff050
commit
b64f40a8b5
@ -321,7 +321,7 @@ def run(
|
||||
pipe_stderr=capture_stderr,
|
||||
quiet=quiet,
|
||||
overwrite_output=overwrite_output,
|
||||
cwd
|
||||
cwd=cwd
|
||||
)
|
||||
out, err = process.communicate(input)
|
||||
retcode = process.poll()
|
||||
|
Loading…
x
Reference in New Issue
Block a user