Submitter | phabricator |
---|---|
Date | Nov. 7, 2019, 8:35 a.m. |
Message ID | <076f0ab66d3aa12cad1d7ec7ec440aa7@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42883/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/match.py b/mercurial/match.py --- a/mercurial/match.py +++ b/mercurial/match.py @@ -345,7 +345,10 @@ ): kindpats.append((k, p, source or pat)) except error.Abort as inst: - raise error.Abort(b'%s: %s' % (pat, inst[0])) + raise error.Abort( + b'%s: %s' + % (pat, inst[0]) # pytype: disable=unsupported-operands + ) except IOError as inst: if warn: warn(