Json Decode && Mutl-Turns (#4)

This commit is contained in:
Liangsheng Yin
2024-01-15 16:49:29 +08:00
committed by GitHub
parent f652494df1
commit 08ab2a1655
27 changed files with 755 additions and 41 deletions

View File

@@ -67,7 +67,7 @@ def dump_state_text(filename, states, mode="w"):
if isinstance(s, str):
pass
elif isinstance(s, ProgramState):
s = s.text().strip()
s = s.text()
else:
s = str(s)