Address validation feedback for backup workflow

This commit is contained in:
copilot-swe-agent[bot]
2026-07-17 16:58:34 +00:00
committed by GitHub
parent 9f3d3e7670
commit 992c806ed7
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -1502,7 +1502,8 @@ def _detect_external_drives() -> list[dict]:
/run/media/ directly if lsblk is unavailable, applying the same
label/path filters.
Returns a list of dicts with name, path, free_gb, total_gb, fstype.
Returns:
list[dict]: Each dict contains name, path, free_gb, total_gb, fstype.
"""
import json as _json
import subprocess as _subprocess