mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
py3: make pdb input work
This commit is contained in:
parent
047d539e0a
commit
4bbc8df3ab
@ -24,7 +24,7 @@ class PdbHeaderReader(object):
|
||||
def identity(self):
|
||||
self.stream.seek(60)
|
||||
ident = self.stream.read(8)
|
||||
return ident
|
||||
return ident.decode('utf-8')
|
||||
|
||||
def section_count(self):
|
||||
self.stream.seek(76)
|
||||
|
Loading…
x
Reference in New Issue
Block a user