Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python3 compatibility in open() #27

Open
evyncke opened this issue Nov 30, 2018 · 1 comment
Open

Fix Python3 compatibility in open() #27

evyncke opened this issue Nov 30, 2018 · 1 comment

Comments

@evyncke
Copy link

evyncke commented Nov 30, 2018

Line 570 of xym.py should rather be:
with open(os.path.join(srcdir, source_id), encoding='latin-1', errors='ignore') as sf:

@miroslavKovacPantheon
Copy link
Contributor

This PR should fix this as well #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants