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
+2 -2
View File
@@ -30,8 +30,8 @@ DATA_ROOT = resolve_data_root()
SERVER_LIST_DIR = DATA_ROOT / "server_list"
SERVER_LIST_FILE = SERVER_LIST_DIR / "server_list.txt"
MAC_TXT_DIR = DATA_ROOT / "mac"
OUTPUT_XLSX = DATA_ROOT / "idrac_info" / "mac_info.xlsx"
MAC_TXT_DIR = DATA_ROOT / "repository" / "mac"
OUTPUT_XLSX = DATA_ROOT / "temp" / "staging" / "mac_info.xlsx"
# Ensure output directory exists
OUTPUT_XLSX.parent.mkdir(parents=True, exist_ok=True)