()
| 279 | return "?" |
| 280 | |
| 281 | def SuspectListString(): |
| 282 | return "\n".join("* %s (%s)" % (sha, IndexState(i)) |
| 283 | for i, sha in enumerate(suspect_shas)) |
| 284 | |
| 285 | if first_bad < last_good - 1: |
| 286 | suspect_sha = None |
no test coverage detected
searching dependent graphs…