lexifer icon indicating copy to clipboard operation
lexifer copied to clipboard

Not exiting the cluster table loop properly

Open Neonnaut opened this issue 2 years ago • 0 comments

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'):

Neonnaut avatar Sep 02 '23 11:09 Neonnaut