DSLConverter icon indicating copy to clipboard operation
DSLConverter copied to clipboard

Getting conversion error - name 'gNoIndexList' is not defined

Open Foxtrod89 opened this issue 2 years ago • 0 comments

Converting AmericanaEnRu.dsl
Converting: [------------------------------------------------------------] 0% Traceback (most recent call last):
  File "dslconverter_auto.py", line 962, in <module>
    EntryNameForms = spell(gEntryTitle)
  File "dslconverter_auto.py", line 803, in spell
    if word not in gNoIndexList:
NameError: name 'gNoIndexList' is not defined

I tried to source different dsl, but no luck...

Foxtrod89 avatar Feb 23 '23 16:02 Foxtrod89