lexifer
lexifer copied to clipboard
Not exiting the cluster table loop properly
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'):