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

Not exiting the cluster table loop properly #3

Open
Neonnaut opened this issue Sep 2, 2023 · 0 comments
Open

Not exiting the cluster table loop properly #3

Neonnaut opened this issue Sep 2, 2023 · 0 comments

Comments

@Neonnaut
Copy link

Neonnaut commented Sep 2, 2023

PhDefParser.py line 153 seems to be missing something. Although I was running it on Windows.
When running the hungarian.def file, the while loop does not exit off the cluster rules table, and throws an error that "Cluster field row too short: W = s ʃ"

I was able to fix it by editing this line of code as while line not in ('','\n','\r\n'):

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

1 participant