Commit b733314
committed
Fix generate_config_checks.py not actually generating the files
`output_files` was accidentally an iterator that was not iterated over
unless one of the list-only options was enabled.
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>1 parent e3c6f9d commit b733314
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments