Actually interpolate error message

Also, drop translation for the error message to improve search-ability.

Change-Id: I24e417ca7500bc9455d5307e6712517c75b2cd25
Partial-Bug: 1674543
This commit is contained in:
Tim Burke 2020-07-22 15:43:21 -07:00
parent b1f3872896
commit 0dbf3d0a95

View File

@ -619,8 +619,8 @@ class ContainerSync(Daemon):
if exc:
raise exc
raise Exception(
_('Unknown exception trying to GET: '
'%(account)r %(container)r %(object)r'),
'Unknown exception trying to GET: '
'%(account)r %(container)r %(object)r' %
{'account': info['account'],
'container': info['container'],
'object': row['name']})