mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Properly mark a wart in code.
This commit is contained in:
parent
9e12e29db6
commit
f9f1e37655
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ def to_unicode_lines(item):
|
||||||
for content_line in content_lines:
|
for content_line in content_lines:
|
||||||
if content_line:
|
if content_line:
|
||||||
# https://github.com/untitaker/vdirsyncer/issues/70
|
# https://github.com/untitaker/vdirsyncer/issues/70
|
||||||
# icalendar escapes semicolons which are not supposed to get
|
# XXX: icalendar escapes semicolons which are not supposed to get
|
||||||
# escaped, because it is not aware of vcard
|
# escaped, because it is not aware of vcard
|
||||||
content_line = content_line.replace(u'\\;', u';')
|
content_line = content_line.replace(u'\\;', u';')
|
||||||
yield icalendar.parser.foldline(content_line)
|
yield icalendar.parser.foldline(content_line)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue