From b7848465cb833c36843921e32fa4903fe2bc73f4 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 6 Mar 2013 13:23:52 +0100 Subject: Some minor syntastic sugar --- MAT/strippers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAT/strippers.py') diff --git a/MAT/strippers.py b/MAT/strippers.py index 2bd17e1..bde58ca 100644 --- a/MAT/strippers.py +++ b/MAT/strippers.py @@ -60,7 +60,7 @@ try: import exiftool STRIPPERS['image/jpeg'] = exiftool.JpegStripper STRIPPERS['image/png'] = exiftool.PngStripper -except OSError: # if exiftool is not installed, use hachoir +except OSError: # if exiftool is not installed, use hachoir instead print('Unable to find exiftool: limited images support') STRIPPERS['image/jpeg'] = images.JpegStripper STRIPPERS['image/png'] = images.PngStripper -- cgit v1.3