Test mat2's reliability wrt. corrupted video files
This commit is contained in:
parent
e70ea811c9
commit
83389a63e9
3 changed files with 15 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue