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

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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