Show More
@@ -142,7 +142,14 b' def interesting_boundary(res):' | |||||
142 |
|
142 | |||
143 | Ideally, we would make this configurable, but this is not a focus for now |
|
143 | Ideally, we would make this configurable, but this is not a focus for now | |
144 |
|
144 | |||
145 | return None or (round-trip, undecided-common, undecided-missing) |
|
145 | return None or ( | |
|
146 | round-trip, | |||
|
147 | undecided-common, | |||
|
148 | undecided-missing, | |||
|
149 | total-revs, | |||
|
150 | common-revs, | |||
|
151 | missing-revs, | |||
|
152 | ) | |||
146 | """ |
|
153 | """ | |
147 | roundtrips = res["total-roundtrips"] |
|
154 | roundtrips = res["total-roundtrips"] | |
148 | if roundtrips <= 1: |
|
155 | if roundtrips <= 1: |
General Comments 0
You need to be logged in to leave comments.
Login now