some organization pass, still need to review a bunch
This commit is contained in:
+1
-1
@@ -121,4 +121,4 @@ class PresetManager:
|
||||
raise ValueError(f"Cannot save to {path}: Parent directory {path.parent} is a file.")
|
||||
path.parent.mkdir(parents=True, exist_ok=True)
|
||||
with open(path, "wb") as f:
|
||||
f.write(tomli_w.dumps(data).encode("utf-8"))
|
||||
f.write(tomli_w.dumps(data).encode("utf-8"))
|
||||
|
||||
Reference in New Issue
Block a user