Skip to content
Snippets Groups Projects
Commit 5df8475c5343 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

verify: document the `exc` method

Simple method, get simple documentation.
parent 7eaf4b1ac2a3
No related merge requests found
......@@ -70,6 +70,7 @@
self.errors += 1
def exc(self, linkrev, msg, inst, filename=None):
"""record exception raised during the verify process"""
fmsg = pycompat.bytestr(inst)
if not fmsg:
fmsg = pycompat.byterepr(inst)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment