summaryrefslogtreecommitdiff
path: root/libmat2
diff options
context:
space:
mode:
Diffstat (limited to 'libmat2')
-rw-r--r--libmat2/video.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmat2/video.py b/libmat2/video.py
index b9f3687..658affa 100644
--- a/libmat2/video.py
+++ b/libmat2/video.py
@@ -43,9 +43,8 @@ class AVIParser(exiftool.ExiftoolParser):
43 43
44 try: 44 try:
45 subprocess.check_call(cmd) 45 subprocess.check_call(cmd)
46 except subprocess.CalledProcessError: # pragma: no cover 46 except subprocess.CalledProcessError:
47 return False 47 return False
48
49 return True 48 return True
50 49
51 50