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
This prints to the terminal, but execution continues:
Exception ignored in: 'lxml.etree._BaseErrorLog._receive' Traceback (most recent call last): File "src/lxml/xmlerror.pxi", line 87, in lxml.etree._LogEntry._setError MemoryError
The text was updated successfully, but these errors were encountered:
That error message seems to suggest lxml is ignoring that, so maybe out of our control?
Sorry, something went wrong.
Yes, it may be. Could you leave this open, so I can take another look, when I get chance?
Yep, absolutely.
I found one instance of a bare except in the iati test code, which I’ve fixed. Didn’t find any more, though.
except
iati test
No branches or pull requests
This prints to the terminal, but execution continues:
The text was updated successfully, but these errors were encountered: