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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

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.