Closed harlowja closed 4 years ago
Looking at the following it seems oddly wrong:
https://github.com/tomerfiliba/plumbum/blob/master/plumbum/path/remote.py#L170-L174
>>> x = OSError(errno.ENOENT) >>> x.message 2 >>> x.errno
Seems like message is getting populated with the errno value and not errno :-/
Looking at the following it seems oddly wrong:
https://github.com/tomerfiliba/plumbum/blob/master/plumbum/path/remote.py#L170-L174
Seems like message is getting populated with the errno value and not errno :-/