Commit fad0fa1
committed
util: fix KeyError on missing last_log in genReport.py
Initialize d["last_log"] = "" before the os.walk loop so that
designs with no .log files report finished=False instead of crashing.
Signed-off-by: Ashnaa Seth <ashnaaseth2325@gmail.com>
Signed-off-by: ashnaaseth2325-oss <ashnaaseth2325@gmail.com>1 parent 95edb4d commit fad0fa1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
| |||
0 commit comments