##// END OF EJS Templates
verify: convert an exception to bytes before logging...
verify: convert an exception to bytes before logging I'm not entirely sure why this code appears to be trying to convert twice, but it was flagged by pytype: File "/mnt/c/Users/Matt/hg/mercurial/verify.py", line 84, in _exc: Function _bytestr.__init__ was called with the wrong arguments [wrong-arg-types] Expected: (self, ints: Iterable[int]) Actually passed: (self, ints: Exception) The following methods aren't implemented on Exception: __iter__ Differential Revision: https://phab.mercurial-scm.org/D10181

File last commit:

r34398:765eb17a default
r47523:ed0899e0 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer