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