checkpoint dealing with personal manager/editor
This commit is contained in:
@@ -82,3 +82,4 @@ class PersonaManager:
|
||||
path.parent.mkdir(parents=True, exist_ok=True)
|
||||
with open(path, "wb") as f:
|
||||
tomli_w.dump(data, f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user