fix: Resolve unbound variable issue in apt-layer.sh status command
Some checks failed
Compile apt-layer (v2) / compile (push) Failing after 3h12m36s
Some checks failed
Compile apt-layer (v2) / compile (push) Failing after 3h12m36s
- Add default variable initialization to prevent unbound variable errors - Make path configuration loading optional with fallback values - Fix associative array syntax and enhance error handling - Status command now works correctly showing system directories and files - Update TODO and changelog with completion status - Ready for full integration testing with daemon
This commit is contained in:
parent
6883cadf4d
commit
83faa356a1
8 changed files with 174 additions and 26 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -88,3 +88,6 @@ __pycache__/
|
|||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
|
||||
# Test files
|
||||
test*.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue