Message ID | 20120120115017.28138.1537.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_scheduler_app/logfile_helper.py' --- lava_scheduler_app/logfile_helper.py 2012-01-11 22:09:33 +0000 +++ lava_scheduler_app/logfile_helper.py 2012-01-20 04:20:04 +0000 @@ -52,6 +52,7 @@ for line in logfile: line = line.replace('\r', '') + line = unicode(line, 'ascii', 'replace') if not line: continue if line == 'Traceback (most recent call last):\n':