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']})
Reference in New Issue
openstack/swift
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.

The note is not visible to the blocked user.