matthiaskoenig / brendapy

BRENDA parser in python
GNU Lesser General Public License v3.0
19 stars 6 forks source link

encoding #29

Closed Karrenbelt closed 5 years ago

Karrenbelt commented 5 years ago

https://github.com/matthiaskoenig/brendapy/blob/ebd04faeaafb05d4d0d264949e903370be7460d3/brendapy/parser.py#L127

I got an ascii error here, which is resolved by adding: encoding='utf-8'

matthiaskoenig commented 5 years ago

Thanks for reporting this, will fix this asap. I am currently working on a new release which will include this bugfix and should be out until end of the week.