mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
43ce6b537e
commit
8d866f63df
@ -373,7 +373,7 @@ class TagX(object):
|
|||||||
self.eof = ord(raw[3])
|
self.eof = ord(raw[3])
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return 'TAGX(tag=%d, num_values=%d, bitmask=%r, eof=%d)' % (self.tag,
|
return 'TAGX(tag=%02d, num_values=%d, bitmask=%r, eof=%d)' % (self.tag,
|
||||||
self.num_values, self.bitmask, self.eof)
|
self.num_values, self.bitmask, self.eof)
|
||||||
|
|
||||||
class PrimaryIndexRecord(object):
|
class PrimaryIndexRecord(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user