Yelp / osxcollector_output_filters

Filters that process and transform the output of osxcollector
https://github.com/Yelp/osxcollector
Other
77 stars 11 forks source link

osxcollector/output_filters/summary_filters/html.py\", line 332 - UnicodeEncodeError: 'ascii' codec can't encode character u'\\xe9' in position 51: ordinal not in range(128) #28

Closed jjsendor closed 8 years ago

jjsendor commented 8 years ago

Adding u before every string with .format() method should fix the problem.