Commit 2dc40db
committed
Fix TypeError in ext.coverage logging
If there are any missing modules when using the coverage
builder, a TypeError is thrown instead of a warning message
being printed. The warning message needs a %s in the message
to match the list of missing modules provided as a string.1 parent eaebbec commit 2dc40db
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments