You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem seems to be very similar to #138, but since 138 was closed I'm submitting a new issue.
If I assign a string value to a vCard category value it gets serialized one letter at a time. If I assign a list with one string entry it works properly.
I replicated this on both the current released version (0.9.6.1) and on the master branch in from git.
Here's a short test program that demonstrates the issue:
This problem seems to be very similar to #138, but since 138 was closed I'm submitting a new issue.
If I assign a string value to a vCard category value it gets serialized one letter at a time. If I assign a list with one string entry it works properly.
I replicated this on both the current released version (0.9.6.1) and on the master branch in from git.
Here's a short test program that demonstrates the issue:
Here's the output (on a python 3.8 system):
The text was updated successfully, but these errors were encountered: