Fix failure to load default gramplets if GExiv2 is missing or too old.
This commit is contained in:
@@ -390,7 +390,7 @@ try:
|
||||
available = True
|
||||
else:
|
||||
available = False
|
||||
except ImportError:
|
||||
except (ImportError, ValueError):
|
||||
available = False
|
||||
|
||||
if available:
|
||||
|
Reference in New Issue
Block a user