mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-04 21:28:12 +02:00
when asking for entries that implement the
suggested change, we now only keep the ones that are code related
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user