Skip to content

Commit

Permalink
typo in editor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko authored Feb 6, 2019
1 parent 88161b0 commit 9215943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Checks to see if the user has set a place for their own version of ffmpeg

if os.getenv('FFMPEG_BINARY', 'ffmpeg-imageio') == 'ffmpeg-imageio':
if sys.version_info[0] < (3, 4):
if sys.version_info < (3, 4):
#uses an old version of imageio with ffmpeg.download.
imageio.plugins.ffmpeg.download()

Expand Down

0 comments on commit 9215943

Please sign in to comment.