Commit 443c668
committed
fix(device): correct replacements.json format for pudding
Change replacements.json from array format to object format with
'replacements' key to match expected schema in file_replacement plugin.
The file_replacement plugin expects config.get('replacements', []) which
requires the JSON to be an object containing a 'replacements' array,
not a direct array.
Error fixed: 'list' object has no attribute 'items'1 parent 5fd3707 commit 443c668
1 file changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments