Skip to content

Commit 0398eab

Browse files
committed
Remove target filter when comparing with last flag
Signed-off-by: Wei-Chun, Chang <[email protected]>
1 parent 276a0c5 commit 0398eab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

piperider_cli/compare_report.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ def _walk_throw_runs(path):
360360
def get_the_last_two_reports(self):
361361
outputs = self.list_existing_outputs()
362362
outputs.sort(key=lambda x: x.created_at)
363-
outputs = list(filter(lambda x: x.name == outputs[-1].name, outputs))
364363
if len(outputs) < 2:
365364
return None, None
366365
return outputs[-2:]

0 commit comments

Comments
 (0)