From 45cea7fce2f0c815348d38d5a152ac71cc5571fb Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 2 Jan 2017 18:19:36 +0100 Subject: [PATCH] Stylefix --- vdirsyncer/sync.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vdirsyncer/sync.py b/vdirsyncer/sync.py index a6a57aa..258e726 100644 --- a/vdirsyncer/sync.py +++ b/vdirsyncer/sync.py @@ -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.