Submitter | phabricator |
---|---|
Date | Nov. 7, 2019, 8:33 a.m. |
Message ID | <4d19c74d093e3e63c4a870561d54c0a1@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42875/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/scmposix.py b/mercurial/scmposix.py --- a/mercurial/scmposix.py +++ b/mercurial/scmposix.py @@ -90,7 +90,7 @@ except ValueError: pass except IOError as e: - if e[0] == errno.EINVAL: + if e[0] == errno.EINVAL: # pytype: disable=unsupported-operands pass else: raise