-
Notifications
You must be signed in to change notification settings - Fork 93
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
KeyError: 'ENCODING' #40
Comments
This seems to be a regression from 53fb317 |
And similarly, if 'QUOTED-PRINTABLE' as a singletonparam is set, 'ENCODING' can not be set at all. |
I think this is also fixed after #41 was merged? |
Yep just want to run some tests |
resolved by #49 |
lucc
pushed a commit
to lucc/vobject
that referenced
this issue
Aug 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recent changes mean some vcf files now fail to parse
This makes sense when reading the code. In base.py:330, if 'ENCODING' is set to just 'QUOTED-PRINTABLE', that item is first removed from the list and then 'ENCODING' itself is removed because it is empty.
The text was updated successfully, but these errors were encountered: