Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer modern rereleases Option does not work #329

Closed
FakeSpam opened this issue Apr 23, 2024 · 1 comment
Closed

Prefer modern rereleases Option does not work #329

FakeSpam opened this issue Apr 23, 2024 · 1 comment

Comments

@FakeSpam
Copy link

The option for "Prefer titles ripped from modern rereleases over original system releases" will cause an error and fail. To reproduce this issue, check the option in the options tab. This issue appears in both Ubuntu 22.04 and Windows 10 using retool-gui. This issue does not appear if the option is not selected.
Apologies for the following big block of text, I don't know how to format.

multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "multiprocessing\pool.py", line 125, in worker
File "multiprocessing\pool.py", line 48, in mapstar
File "modules\chooseparent.py", line 3202, in choose_parent_process
UnboundLocalError: cannot access local variable 'modern_edition_regex_tags' where it is not associated with a value
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "retoolgui.py", line 279, in run
File "retool.py", line 245, in main
File "modules\chooseparent.py", line 2404, in choose_parent
File "multiprocessing\pool.py", line 367, in map
File "multiprocessing\pool.py", line 774, in get
UnboundLocalError: cannot access local variable 'modern_edition_regex_tags' where it is not associated with a value

@unexpectedpanda
Copy link
Owner

Thanks, the fix will be in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants