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