mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix up some newlines in output
This commit is contained in:
parent
cfc4910068
commit
795506a486
4 changed files with 39 additions and 36 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue