From d9802fc032624451f261d535793596867be4c061 Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Tue, 28 Jul 2015 15:40:09 +0200 Subject: [PATCH] Repair message for exception --- vdirsyncer/storage/dav.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdirsyncer/storage/dav.py b/vdirsyncer/storage/dav.py index a778b1b..0c5414b 100644 --- a/vdirsyncer/storage/dav.py +++ b/vdirsyncer/storage/dav.py @@ -484,7 +484,7 @@ class DavStorage(Storage): dav_logger.debug('New content: {!r}'.format(item2.raw)) raise exceptions.WrongEtagError( 'While requesting the etag for {!r}, ' - 'the item content changed.' + 'the item content changed.'.format(href) ) return href, etag