update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user