mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Stylefix
This commit is contained in:
parent
8f00a6ae39
commit
45cea7fce2
1 changed files with 2 additions and 0 deletions
|
|
@ -201,6 +201,8 @@ def _migrate_status(status):
|
|||
a, b = value
|
||||
a.setdefault('hash', '')
|
||||
b.setdefault('hash', '')
|
||||
|
||||
|
||||
def sync(storage_a, storage_b, status, conflict_resolution=None,
|
||||
force_delete=False, error_callback=None, partial_sync='revert'):
|
||||
'''Synchronizes two storages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue