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:
1 changed files with 2 additions and 2 deletions
@@ -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']})
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.