Skip to content

Commit

Permalink
File Backend: Bump pyav version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
papr committed Jul 31, 2019
1 parent 88ac669 commit 21ceddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupil_src/shared_modules/video_capture/file_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
av.logging.set_level(av.logging.ERROR)
logging.getLogger("libav").setLevel(logging.ERROR)

assert av.__version__ >= "0.4.2", "pyav is out-of-date, please update"
assert av.__version__ >= "0.4.3", "pyav is out-of-date, please update"


class FileSeekError(Exception):
Expand Down

0 comments on commit 21ceddb

Please sign in to comment.