Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ValueError: 'F' is not in list #4

@klack

Description

@klack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions