diff options
| author | Matt Joyce <matt.joyce@cloudscaling.com> | 2013-01-16 11:50:01 -0800 |
|---|---|---|
| committer | Matt Joyce <matt.joyce@cloudscaling.com> | 2013-01-16 11:50:01 -0800 |
| commit | 0651e60e4edade54e4d04d2e3b93c48f4e390a5c (patch) | |
| tree | 44aaba4e88be686e38da7e2b346029cd293afdcd /nova/openstack | |
| parent | 01f204efdf4cee1823475fd346ce6dbaca915715 (diff) | |
| download | nova-0651e60e4edade54e4d04d2e3b93c48f4e390a5c.tar.gz nova-0651e60e4edade54e4d04d2e3b93c48f4e390a5c.tar.xz nova-0651e60e4edade54e4d04d2e3b93c48f4e390a5c.zip | |
correcting for proper use of the word 'an'.
Change-Id: Ib6180284d806a00c520df378e651fba947e2397a
Diffstat (limited to 'nova/openstack')
| -rw-r--r-- | nova/openstack/common/rpc/impl_kombu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/openstack/common/rpc/impl_kombu.py b/nova/openstack/common/rpc/impl_kombu.py index bf38201f5..305dc7877 100644 --- a/nova/openstack/common/rpc/impl_kombu.py +++ b/nova/openstack/common/rpc/impl_kombu.py @@ -175,7 +175,7 @@ class ConsumerBase(object): try: self.queue.cancel(self.tag) except KeyError, e: - # NOTE(comstud): Kludge to get around a amqplib bug + # NOTE(comstud): Kludge to get around an amqplib bug if str(e) != "u'%s'" % self.tag: raise self.queue = None |
