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

ValueError: 'F' is not in list #4

Open
klack opened this issue Mar 30, 2022 · 0 comments
Open

ValueError: 'F' is not in list #4

klack opened this issue Mar 30, 2022 · 0 comments

Comments

@klack
Copy link

klack commented Mar 30, 2022

When running the command
python3.9 TFTTool.py -i test.tft -t LIST
The model list not returned.

Instead there is an error

List of all supported models:
Traceback (most recent call last):
  File "/home/klack/projects/TFTTool/TFTTool.py", line 1428, in <module>
    models = sorted(tft._modelXORs.keys(), key=s)
  File "/home/klack/projects/TFTTool/TFTTool.py", line 1417, in s
    val = ["T", "K", "P", "X"].index(model[-8:-7])
ValueError: 'F' is not in list
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

1 participant