Fix up some newlines in output

This commit is contained in:
Anthony Sottile 2019-09-24 09:32:10 -07:00
parent cfc4910068
commit 795506a486
4 changed files with 39 additions and 36 deletions

View file

@ -103,7 +103,7 @@ class CalledProcessError(RuntimeError):
),
),
b'Output: ', output[0], b'\n',
b'Errors: ', output[1], b'\n',
b'Errors: ', output[1],
))
def to_text(self):