Closed DolceTriade closed 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
version_suffix exists in some situations but with a missing fallback, see:
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