This is an archive of the discontinued Mercurial Phabricator instance.

persistent-nodemap: catch the right exception on python
ClosedPublic

Authored by marmoute on Jan 17 2021, 2:29 PM.

Details

Summary

On Python 2, Missing file are IOError, not OSError, apparently.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.Jan 17 2021, 2:29 PM
baymax updated this revision to Diff 25087.Jan 17 2021, 3:46 PM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

mharbison72 accepted this revision.Jan 17 2021, 5:05 PM
This revision is now accepted and ready to land.Jan 17 2021, 5:05 PM
This revision was automatically updated to reflect the committed changes.