mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-27 09:15:50 +00:00
Merge pull request #248 from tribut/wrongetagerror-message
Repair message for exception
This commit is contained in:
commit
fce0f8d74a
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