8000 Fixed typo in cwd parameter usage · kkroening/ffmpeg-python@b64f40a · GitHub
[go: up one dir, main page]

Skip to content

Commit b64f40a

Browse files
committed
Fixed typo in cwd parameter usage
1 parent 96fb3ff commit b64f40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg/_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def run(
321321
pipe_stderr=capture_stderr,
322322
quiet=quiet,
323323
overwrite_output=overwrite_output,
324-
cwd
324+
cwd=cwd
325325
)
326326
out, err = process.communicate(input)
327327
retcode = process.poll()

0 commit comments

Comments
 (0)
0