''
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user