mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5b5421d21e
commit
a66c9c5e1a
@ -589,6 +589,7 @@ class Tag(object): # {{{
|
||||
try:
|
||||
self.desc, self.attr = td[tag_type]
|
||||
except:
|
||||
print ('Unknown tag value: %d'%tag_type)
|
||||
self.desc = '??Unknown (tag value: %d)'%tag_type
|
||||
self.attr = 'unknown'
|
||||
if '_offset' in self.attr:
|
||||
|
Loading…
x
Reference in New Issue
Block a user