mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +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.')
|
||||
changed = reroll_uid(parsed) or changed
|
||||
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
|
||||
|
||||
new_item = Item(u'\r\n'.join(parsed.dump_lines()))
|
||||
|
|
|
|||
Loading…
Reference in a new issue