You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When running the command
python3.9 TFTTool.py -i test.tft -t LIST
The model list not returned.
Instead there is an error
The text was updated successfully, but these errors were encountered: