pep8 fixes

This commit is contained in:
Naveed Massjouni
2011-06-01 10:17:00 -04:00
parent 293284e9ee
commit 3380c79339
2 changed files with 5 additions and 4 deletions

View File

@@ -272,7 +272,7 @@ class PublishErrorsHandler(logging.Handler):
def emit(self, record):
nova.notifier.api.notify('nova.error.publisher', 'error_notification',
nova.notifier.api.ERROR, dict(error=record.msg))
def handle_exception(type, value, tb):
extra = {}