mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-01 10:05:50 +00:00
Repair message for exception
This commit is contained in:
parent
9229d08e55
commit
d9802fc032
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue