From a13a29c6de8631fc3d83a4b2238a8a2b5bff9221 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Wed, 14 May 2025 09:39:33 +0200 Subject: [PATCH] removed buggy continue --- manual_selection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manual_selection.py b/manual_selection.py index 54fd457..f228f41 100644 --- a/manual_selection.py +++ b/manual_selection.py @@ -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