DaemonEngine / Urcheon

An asset builder and package manager for Dæmon based games
https://unvanquished.net
ISC License
12 stars 1 forks source link

repository: version_suffix doesn't exist, so don't check it #64

Closed DolceTriade closed 6 months ago

DolceTriade commented 6 months ago

File "/mnt/media/code/Urcheon/Urcheon/Repository.py", line 391, in getPakFile elif version_suffix: ^^^^^^^^^^^^^^ UnboundLocalError: cannot access local variable 'version_suffix' where it is not associated with a value

Fixes this runtime error

illwieckz commented 6 months ago

version_suffix exists in some situations but with a missing fallback, see: