Fixed missing log.BOTH and error_msg at prev refactors

This commit is contained in:
Qubasa
2024-01-10 20:33:41 +01:00
parent 13ba1440bd
commit 3ed58de082
4 changed files with 11 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ def build_machine_data(machine_name: str, clan_dir: Path) -> dict:
f'{clan_dir}#clanInternals.machines."{system}"."{machine_name}".config.system.clan.deployment.file'
]
),
error_msg="failed to build machine data",
)
return json.loads(Path(proc.stdout.strip()).read_text())