We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :-/
The text was updated successfully, but these errors were encountered:
Fix remote stat OSError construction
d78b1c8
Fixes tomerfiliba#504
Fix remote stat OSError construction (#505)
43aeec4
Fixes #504
Successfully merging a pull request may close this issue.
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 :-/
The text was updated successfully, but these errors were encountered: