wmannis / lexifer

Word generation software for conlangers
18 stars 3 forks source link

Not exiting the cluster table loop properly #3

Open Neonnaut opened 1 year ago

Neonnaut commented 1 year ago

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