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
{{ message }}
This repository was archived by the owner on Aug 2, 2026. It is now read-only.
Hi, i want to load a sgf, and update property like this
sgf_filepath = "abc.sgf"
game = sgf.load(sgf_filepath)
game.set_property("PB", "Arthur Wesley")
error occurs
Traceback (most recent call last):
File "/Users/amoha/scripts/./update_sgf.py", line 22, in <module>
game.set_property("PB", "Arthur Wesley")
IndexError: unordered_map::at: key not found
Hi, i want to load a sgf, and update property like this
error occurs
thanks