forked from ScoDoc/ScoDoc
restore error handling of invalid pdf formats
This commit is contained in:
parent
34486ac6f8
commit
f842181dd4
@ -136,7 +136,7 @@ class WrapDict(object):
|
||||
try:
|
||||
value = self.dict[key]
|
||||
except KeyError:
|
||||
raise
|
||||
return f"XXX {key} invalide XXX"
|
||||
if value is None:
|
||||
return self.none_value
|
||||
return value
|
||||
|
Loading…
Reference in New Issue
Block a user