Properly mark a wart in code.

This commit is contained in:
Markus Unterwaditzer 2014-09-06 01:51:36 +02:00
parent 9e12e29db6
commit f9f1e37655

View file

@ -175,7 +175,7 @@ def to_unicode_lines(item):
for content_line in content_lines:
if content_line:
# 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
content_line = content_line.replace(u'\\;', u';')
yield icalendar.parser.foldline(content_line)