Skip to content

Commit

Permalink
Catch all errors when parsing metadata with enzyme
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Bertin committed Jan 3, 2016
1 parent f799137 commit 7ffa1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subliminal/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def scan_video(path, subtitles=True, embedded_subtitles=True, subtitles_dir=None
else:
logger.debug('MKV has no subtitle track')

except EnzymeError:
except:
logger.exception('Parsing video metadata with enzyme failed')

return video
Expand Down

0 comments on commit 7ffa1e6

Please sign in to comment.