when asking for entries that implement the

suggested change, we now only keep the ones that
are code related
This commit is contained in:
Karma Riuk
2025-05-14 20:53:02 +02:00
parent c55d21d042
commit 63c6785b4d

View File

@ -121,7 +121,9 @@ class Dataset:
entries_to_dump = [
entry
for entry in self.entries
if entry.metadata.selection and entry.metadata.selection.diff_after_address_change
if entry.metadata.selection
and entry.metadata.selection.diff_after_address_change
and entry.metadata.selection.is_code_related
]
elif type_ == OutputType.FULL and remove_non_suggesting:
entries_to_dump = [