Merge branch 'master' into 'master'

Remove extra blank lines in makebuildserver output

These seem to have appeared during the py3 conversion.

See merge request !114
This commit is contained in:
Hans-Christoph Steiner 2016-03-21 22:01:54 +00:00
commit 98809fc38f

View file

@ -27,7 +27,7 @@ def vagrant(params, cwd=None, printout=False):
line = p.stdout.readline()
if len(line) == 0:
break
print(line)
print(line.rstrip())
out += line
p.wait()
else: