-
Notifications
You must be signed in to change notification settings - Fork 213
Latest version of khal yields error messages for VTODO items when reindexing #114
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
Comments
Ah, i think this is because the error raising for |
Actually no, it's unrelated. The raising of |
thanks, will try to fix this asap |
542be65 , still need some tests though |
The fix for #114 doesn't work if the item contains nonascii characters. The ical variable seems to be a bytestring, and when formatting it into a unicode string, Python wants to decode it with the ascii codec. Doing so raises a UnicodeError (instead of UpdateFailed) and we still get an error message with normal logging settings.
My testcase doesn't assert the logging output, but only asserts that no extra information is printed on stdout. |
Thanks! |
No description provided.
The text was updated successfully, but these errors were encountered: