jwdj / EasyABC

EasyABC
GNU General Public License v2.0
90 stars 36 forks source link

Fix openfile python3 #35

Closed aupfred closed 3 years ago

aupfred commented 3 years ago

When trying to open a file by double clicking on it wasn't possible to open. Seems it is due to the move to Python 3 that doesn't have a decode anymore for str object.