Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in config.py #83

Closed
carlodri opened this issue Oct 21, 2014 · 2 comments
Closed

Issue in config.py #83

carlodri opened this issue Oct 21, 2014 · 2 comments

Comments

@carlodri
Copy link
Contributor

I think there is a mistake in moviepy/config.py, line 38. Now it reads

 success, err = try_cmd(cmd)

whereas if I'm not mistaken it should read

 success, err = try_cmd(FFMPEG_BINARY)

I could have corrected it myself but I'm just starting to explore version control...sorry.

@Zulko
Copy link
Owner

Zulko commented Oct 23, 2014

Seems like a mistake indeed. It will be corrected next time I push to Github. Thanks !

@carlodri
Copy link
Contributor Author

fixed in a92de28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants