Repair message for exception

This commit is contained in:
Felix Eckhofer 2015-07-28 15:40:09 +02:00
parent 9229d08e55
commit d9802fc032

View file

@ -484,7 +484,7 @@ class DavStorage(Storage):
dav_logger.debug('New content: {!r}'.format(item2.raw)) dav_logger.debug('New content: {!r}'.format(item2.raw))
raise exceptions.WrongEtagError( raise exceptions.WrongEtagError(
'While requesting the etag for {!r}, ' 'While requesting the etag for {!r}, '
'the item content changed.' 'the item content changed.'.format(href)
) )
return href, etag return href, etag