mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fixup
This commit is contained in:
parent
546842896d
commit
d4cdddd72a
1 changed files with 2 additions and 1 deletions
|
|
@ -36,9 +36,10 @@ def repair_storage(storage):
|
||||||
|
|
||||||
new_item = Item(u'\r\n'.join(item.parsed.dump_lines()))
|
new_item = Item(u'\r\n'.join(item.parsed.dump_lines()))
|
||||||
if not new_item.uid:
|
if not new_item.uid:
|
||||||
logger.error('Item {r!} is completely malformed. '
|
logger.error('Item {!r} is malformed beyond repair. '
|
||||||
'This is a serverside bug.'
|
'This is a serverside bug.'
|
||||||
.format(href))
|
.format(href))
|
||||||
|
logger.error('Item content: {!r}'.format(item.raw))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
seen_uids.add(new_item.uid)
|
seen_uids.add(new_item.uid)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue