Merge pull request #248 from tribut/wrongetagerror-message

Repair message for exception
This commit is contained in:
Markus Unterwaditzer 2015-07-29 20:24:54 +02:00
commit fce0f8d74a

View file

@ -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