grrttedwards/wow-addon-updater

curse.py:versions() ignores GameVersion.classic enum

Closed this issue · 1 comments

cr0ok commented

Describe the bug
Choosing 'classic' in the config.ini downloads "tbc" addons for classic_era instead of the expected "classic" versions.

If you run pipenv update on the command line and try again, does the issue go away?
No

Simple change in curse.py line 91, changing 'if' to 'elif' resolved the issue.

Thank you! v1.9.1 published including your changes