Skip to content

Commit

Permalink
Merge pull request #42 from martinghunt/summary_filter_rows_bug
Browse files Browse the repository at this point in the history
Bux fix filtering rows
  • Loading branch information
martinghunt committed Mar 29, 2016
2 parents 54bc465 + 8636f41 commit b44970a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ariba/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def run(self):
self._check_files_exist()
rows = Summary._gather_output_rows(self.filenames, self.min_id)

if self.filter_rows:
if self.filter_output:
rows = Summary._filter_output_rows(rows)

if self.outfile.endswith('.xls'):
Expand Down

0 comments on commit b44970a

Please sign in to comment.