Submitter | phabricator |
---|---|
Date | Nov. 6, 2019, 10:58 p.m. |
Message ID | <differential-rev-PHID-DREV-n5exm62epebd33bwekjv-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42831/ |
State | Superseded |
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