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
|
available = True
|
||||||
else:
|
else:
|
||||||
available = False
|
available = False
|
||||||
except ImportError:
|
except (ImportError, ValueError):
|
||||||
available = False
|
available = False
|
||||||
|
|
||||||
if available:
|
if available:
|
||||||
|
Loading…
Reference in New Issue
Block a user