You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'):
The text was updated successfully, but these errors were encountered:
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'):
The text was updated successfully, but these errors were encountered: