Show More
@@ -70,6 +70,7 b' class verifier(object):' | |||||
70 | self.errors += 1 |
|
70 | self.errors += 1 | |
71 |
|
71 | |||
72 | def exc(self, linkrev, msg, inst, filename=None): |
|
72 | def exc(self, linkrev, msg, inst, filename=None): | |
|
73 | """record exception raised during the verify process""" | |||
73 | fmsg = pycompat.bytestr(inst) |
|
74 | fmsg = pycompat.bytestr(inst) | |
74 | if not fmsg: |
|
75 | if not fmsg: | |
75 | fmsg = pycompat.byterepr(inst) |
|
76 | fmsg = pycompat.byterepr(inst) |
General Comments 0
You need to be logged in to leave comments.
Login now