fix make pep8

This commit is contained in:
Scott Moser 2012-09-24 16:54:51 -04:00
parent cc47e6d005
commit 86d2bf919d
3 changed files with 3 additions and 2 deletions

View File

@ -39,6 +39,7 @@ def _patch_logging():
# sys.stderr using a fallback logger
fallback_handler = QuietStreamHandler(sys.stderr)
fallback_handler.setFormatter(logging.Formatter(FALL_FORMAT))
def handleError(self, record):
try:
fallback_handler.handle(record)