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