This commit is contained in:
2024-07-17 18:46:26 +03:00
parent fe51637aa5
commit 5a5f4a9ad2
+1 -1
View File
@@ -129,7 +129,7 @@ class VMKer:
return i return i
def _save(): def _save():
logger.info(f"Saving: {(workdir / "config.json").resolve()};") logger.info(f"Saving: {(workdir / 'config.json').resolve()};")
self.config = c self.config = c
with open(workdir / "config.json", "w") as f: with open(workdir / "config.json", "w") as f:
json.dump(c, f) json.dump(c, f)