mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 21:38:13 +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 = [
|
entries_to_dump = [
|
||||||
entry
|
entry
|
||||||
for entry in self.entries
|
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:
|
elif type_ == OutputType.FULL and remove_non_suggesting:
|
||||||
entries_to_dump = [
|
entries_to_dump = [
|
||||||
|
Reference in New Issue
Block a user