Closed m4rc1e closed 7 years ago
The msgLines list often contains integers. The string method ''.join(list) can only produce a string if every item in the list is a string.
ping @davelab6. This pr will stop the test runner from crashing on certain fonts.
The msgLines list often contains integers. The string method ''.join(list) can only produce a string if every item in the list is a string.