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
@@ -19,7 +19,7 @@ logging.basicConfig(
def resolve_output_dir() -> Path:
here = Path(__file__).resolve().parent
base = here.parent if here.name.lower() == "scripts" else here
out = base / "idrac_info"
out = base / "temp" / "staging"
out.mkdir(parents=True, exist_ok=True)
return out