diff options
author | Brian Lamar <brian.lamar@rackspace.com> | 2011-03-18 09:56:05 -0400 |
---|---|---|
committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-03-18 09:56:05 -0400 |
commit | 6e9a95fe81c389c672b5150d64749b274975f7bc (patch) | |
tree | f4ab65e6bb70946aa4a6b53fdc9ef202ddbb8212 /nova/service.py | |
parent | abe147f756f13d4f968aa075d709e5c6643d310a (diff) | |
download | nova-6e9a95fe81c389c672b5150d64749b274975f7bc.tar.gz nova-6e9a95fe81c389c672b5150d64749b274975f7bc.tar.xz nova-6e9a95fe81c389c672b5150d64749b274975f7bc.zip |
disable-msg -> disable
Diffstat (limited to 'nova/service.py')
-rw-r--r-- | nova/service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py index d60df987c..52bb15ad7 100644 --- a/nova/service.py +++ b/nova/service.py @@ -217,7 +217,7 @@ class Service(object): logging.error(_("Recovered model server connection!")) # TODO(vish): this should probably only catch connection errors - except Exception: # pylint: disable-msg=W0702 + except Exception: # pylint: disable=W0702 if not getattr(self, "model_disconnected", False): self.model_disconnected = True logging.exception(_("model server went away")) |