mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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()))
|
||||
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.'
|
||||
.format(href))
|
||||
logger.error('Item content: {!r}'.format(item.raw))
|
||||
continue
|
||||
|
||||
seen_uids.add(new_item.uid)
|
||||
|
|
|
|||
Loading…
Reference in a new issue