##// END OF EJS Templates
py3: catch specific OSError subclasses instead of checking errno...
py3: catch specific OSError subclasses instead of checking errno On Python 3, the "not a directory" error is mapped to ENOTDIR instead of EINVAL. Therefore, catching the NotADirectoryError subclass is sufficient.
Manuel Jacob -
r50206:defc369d default
Show More
Name Size Modified Last Commit Author
/ mercurial / dirstateutils
__init__.py Loading ...
docket.py Loading ...
timestamp.py Loading ...
v2.py Loading ...