This commit is contained in:
unknown
2026-03-21 07:26:38 +09:00
parent 166d94fca4
commit 40150cd66d
406 changed files with 34179 additions and 55658 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ def resolve_output_dir() -> Path:
else:
base = here.parent
out = base / "idrac_info"
out = base / "temp" / "staging"
out.mkdir(parents=True, exist_ok=True)
return out