Skip to content

Commit

Permalink
Fix formatting of wrong checked-file list
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstanek committed Aug 22, 2016
1 parent e75117d commit b937de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion botbot/report.py
Expand Up @@ -86,8 +86,9 @@ def write_report(self, fmt, shared, attr='problems'):
"""Write the summary of what transpired."""

# Remove shared issues if desired
checked = self.chkr.checked
if not shared:
self._remove_shared_probs(printlist)
self._remove_shared_probs(checked)

# Format the list for easy templating :)
printlist = self._get_pretty_sorted_problist()
Expand Down

0 comments on commit b937de3

Please sign in to comment.