-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Unhandled TypeError exception on cache dir creation failure #67
Comments
jcmcken
added a commit
to jcmcken/python-foreman
that referenced
this issue
Mar 23, 2016
Fixes issue david-caro#67
I think that the return you point out should return data instead of null yes |
jcmcken
added a commit
to jcmcken/python-foreman
that referenced
this issue
Mar 23, 2016
jcmcken
added a commit
to jcmcken/python-foreman
that referenced
this issue
Mar 23, 2016
Sorry about the spam, clearly haven't had enough caffeine today |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line leads to an unhandled
TypeError
in this line (TypeError: 'NoneType' object is unsubscriptable
).Perhaps it should log an error instead, and continue to return the data (so the remote defs would be loaded every time, and not cached locally, but at least the client operation would potentially still succeed)?
The text was updated successfully, but these errors were encountered: