1
0
Fork 0
mirror of synced 2025-07-03 03:47:20 +02:00

Test mat2's reliability wrt. corrupted video files

This commit is contained in:
jvoisin 2018-10-22 13:42:04 +02:00
parent e70ea811c9
commit 83389a63e9
3 changed files with 15 additions and 7 deletions

View file

@ -43,9 +43,8 @@ class AVIParser(exiftool.ExiftoolParser):
try:
subprocess.check_call(cmd)
except subprocess.CalledProcessError: # pragma: no cover
except subprocess.CalledProcessError:
return False
return True