EPCCed / wee_archie

BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

wave_ui.py: added encode('utf-8') to type strings for python3 compati… #6

Closed otbrown closed 5 years ago

otbrown commented 5 years ago

…bility

This fix is required for python 3 compatibility. Python 3 compatibility is required for the docker container.

otbrown commented 5 years ago

Fortran may have issues with utf-8, safer to go with ascii.