mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Remove extra blank lines in makebuildserver output
These seem to have appeared during the py3 conversion.
This commit is contained in:
parent
a6d4081822
commit
009a926ea4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def vagrant(params, cwd=None, printout=False):
|
||||||
line = p.stdout.readline()
|
line = p.stdout.readline()
|
||||||
if len(line) == 0:
|
if len(line) == 0:
|
||||||
break
|
break
|
||||||
print(line)
|
print(line.rstrip())
|
||||||
out += line
|
out += line
|
||||||
p.wait()
|
p.wait()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue