n1k0 / SublimeHighlight

A humble SublimeText package for exporting highlighted code as RTF or HTML
https://github.com/n1k0/SublimeHighlight
MIT License
788 stars 105 forks source link

Fix endswith error on Ubuntu (Python 3) #61

Closed TACIXAT closed 8 years ago

TACIXAT commented 9 years ago

TypeError: endswith first arg must be bytes or a tuple of bytes, not str

hashworks commented 8 years ago

Works for me, thanks.