OpenEnergyPlatform / omi

Repository for the Open Metadata Integration (OMI). For metadata definition see metadata repo:
https://github.com/OpenEnergyPlatform/metadata
GNU Affero General Public License v3.0
7 stars 4 forks source link

Remove .decode("utf-8") from outfile.write() #9 #10

Closed christian-rli closed 5 years ago

christian-rli commented 5 years ago

Removes .decode("utf-8") and fixes the cli for me. Not sure if .decode is deprecated entirely in python3 or if there is a use for it that I'm not seeing. Hence the PR.