mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-22 04:50:41 +08:00
100 lines backlog
This commit is contained in:
parent
71a1a470cc
commit
d269d5ac53
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ if __name__ == '__main__':
|
|||
lines.pop(0)
|
||||
while True:
|
||||
nlines = f.read().split('\n')
|
||||
if len(nlines) == 1 and nlines[0] == '':
|
||||
if not lines and \
|
||||
len(nlines) == 1 and nlines[0] == '':
|
||||
continue
|
||||
else:
|
||||
lines += nlines
|
||||
|
|
Loading…
Reference in a new issue