Commit 0e9fbd9
Add initializer for 'score' Reporter, so it doesn't throw when the set of jobs reported is empty
Summary: Trying out benchpress submcommands, I saw that running "report score" causes an exception since no jobs have caused the Score reporter's `report()` method to have run, thus the `scores` dict attribute was non-existent.
Reviewed By: excelle08, charles-typ
Differential Revision: D832011051 parent 4654b85 commit 0e9fbd9
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | | - | |
93 | | - | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments