Cleanup unbreakable space

This commit is contained in:
Julien Duponchelle
2016-05-18 11:23:45 +02:00
parent 8cb5cedb5d
commit 871fea33e0
22 changed files with 56 additions and 56 deletions

View File

@ -74,7 +74,7 @@ class ColouredStreamHandler(logging.StreamHandler):
stream.write(msg)
stream.write(self.terminator)
self.flush()
# On OSX when frozen flush raise a BrokenPipeError
# On OSX when frozen flush raise a BrokenPipeError
except BrokenPipeError:
pass
except Exception: