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
FileNotFoundError
@paulmueller If I am not wrong, the FileNotFoundError and its variant are not raised correctly. errno.ENOENT and filename are missing here:
errno.ENOENT
filename
impose/impose/data.py
Line 87 in 5b2907b
impose/impose/session.py
Lines 279 to 284 in 5b2907b
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
@paulmueller If I am not wrong, the
FileNotFoundError
and its variant are not raised correctly.errno.ENOENT
andfilename
are missing here:impose/impose/data.py
Line 87 in 5b2907b
impose/impose/session.py
Lines 279 to 284 in 5b2907b
The text was updated successfully, but these errors were encountered: