Skip to content

Commit

Permalink
Fix raw printer, resolves #36
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Mar 5, 2017
1 parent ae9af30 commit 796e1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/printers.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def result(self, res):


def noresult(self, res):
self._print(res, "")
pass

def footer(self, summary):
print "\r\n"
Expand Down

0 comments on commit 796e1c2

Please sign in to comment.