##// 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.

File last commit:

r16438:28a90cdf default
r50206:defc369d default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer