Merge master.
This commit is contained in:
parent
10e80a996c
commit
e6ecfff004
@ -195,7 +195,6 @@ else:
|
||||
# It is not entirely clear when and why that happens.
|
||||
# However, extra newlines are almost never required, while there are linters that complain
|
||||
# about superfluous newlines, so we remove one empty newline at the end of the file.
|
||||
stdoutdata = stdoutdata.decode('utf-8')
|
||||
if stdoutdata[-1] == os.linesep:
|
||||
stdoutdata = stdoutdata[:-1]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user