mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
removed buggy continue
This commit is contained in:
@ -106,7 +106,6 @@ def main(
|
|||||||
and sel.comment_suggests_change is not None
|
and sel.comment_suggests_change is not None
|
||||||
):
|
):
|
||||||
n_good += int(sel.comment_suggests_change)
|
n_good += int(sel.comment_suggests_change)
|
||||||
continue
|
|
||||||
if (
|
if (
|
||||||
validation_mode == ValidationMode.REFINEMENT
|
validation_mode == ValidationMode.REFINEMENT
|
||||||
and sel.diff_after_address_change is not None
|
and sel.diff_after_address_change is not None
|
||||||
|
Reference in New Issue
Block a user