''
This commit is contained in:
@@ -129,7 +129,7 @@ class VMKer:
|
||||
return i
|
||||
|
||||
def _save():
|
||||
logger.info(f"Saving: {(workdir / "config.json").resolve()};")
|
||||
logger.info(f"Saving: {(workdir / 'config.json').resolve()};")
|
||||
self.config = c
|
||||
with open(workdir / "config.json", "w") as f:
|
||||
json.dump(c, f)
|
||||
|
||||
Reference in New Issue
Block a user