refactor: improve subprocess error handling and enhance linting script documentation
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 17s
Nix Format Check / check-format (push) Successful in 57s
Python Lint Check / check-python (push) Failing after 27m48s

This commit is contained in:
2025-03-24 18:35:13 +01:00
parent 79909cd3c5
commit 924ee3a577
2 changed files with 23 additions and 6 deletions

View File

@ -143,7 +143,7 @@ def ensure_dependencies():
if not success:
printfe(
"red",
"Pip is required to install missing dependencies, try again after running `dotf update`",
"Pip is required to install missing dependencies, retry after running `dotf update`",
)
return False