Merge pull request #76 from vbanos/ListenerPostfetchProcessor-typo

Fix ListenerPostfetchProcessor typo
This commit is contained in:
Noah Levitt 2018-03-08 16:34:08 -08:00 committed by GitHub
commit 6c2fbfab78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ class ListenerPostfetchProcessor(BaseStandardPostfetchProcessor):
self.listener.stop()
except:
self.logger.error(
'%s raised exception', listener.stop, exc_info=True)
'%s raised exception', self.listener.stop, exc_info=True)
def timestamp17():
now = datetime.datetime.utcnow()