Add missing continue in legacy recorder history function (#113535)

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
Erik Montnemery 2024-03-15 21:20:39 +01:00 committed by GitHub
parent 3ba29c361a
commit 397bde4652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -814,6 +814,7 @@ def _sorted_states_to_dict(
}
)
prev_state = state
continue
for row in group:
if (state := row[state_idx]) != prev_state: