mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
fix typo
This commit is contained in:
parent
1730cc34c9
commit
4a17db5864
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,7 @@ def repair_storage(storage):
|
||||||
cli_logger.warning('Duplicate UID, assigning random one.')
|
cli_logger.warning('Duplicate UID, assigning random one.')
|
||||||
changed = reroll_uid(parsed) or changed
|
changed = reroll_uid(parsed) or changed
|
||||||
elif item.uid.encode('ascii', 'ignore').decode('ascii') != item.uid:
|
elif item.uid.encode('ascii', 'ignore').decode('ascii') != item.uid:
|
||||||
cli_logger.warning('UID is non-ascii, assigning, random one.')
|
cli_logger.warning('UID is non-ascii, assigning random one.')
|
||||||
changed = reroll_uid(parsed) or changed
|
changed = reroll_uid(parsed) or changed
|
||||||
|
|
||||||
new_item = Item(u'\r\n'.join(parsed.dump_lines()))
|
new_item = Item(u'\r\n'.join(parsed.dump_lines()))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue