Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-01 | a fix which doesn't NPE everywhere | Matthew Hodgson | 1 | -9/+17 | |
2018-07-01 | don't mix unicode strings with utf8-in-byte-strings | Matthew Hodgson | 1 | -2/+9 | |
otherwise we explode with: ``` Traceback (most recent call last): File /usr/lib/python2.7/logging/handlers.py, line 78, in emit logging.FileHandler.emit(self, record) File /usr/lib/python2.7/logging/__init__.py, line 950, in emit StreamHandler.emit(self, record) File /usr/lib/python2.7/logging/__init__.py, line 887, in emit self.handleErr |