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
C:\GitHub\mercury-engine-data-structures> python tools/filter_file_names.py --game SAMUS_RETURNS --possible-new-paths "D:\Gaming\Modding\Games\Metroid Samus Returns\manual.txt" "D:\Gaming\Modding\Games\Metroid Samus Returns\Game Files\content0.game\romfs"
"Traceback (most recent call last):
File "C:\GitHub\mercury-engine-data-structures\tools\filter_file_names.py", line 136, in <module>
main()
File "C:\GitHub\mercury-engine-data-structures\tools\filter_file_names.py", line 99, in main
filtered_names = {name: value for name, value in known_names.items() if value in all_asset_id}
^^^^^^^^^^^^^^^^^^^^^
TypeError: unhashable type: 'dict'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: