Merges #35916
This commit is contained in:
rallytime 2016-09-01 11:30:14 -06:00 committed by Pablo Suárez Hernández
parent 8b4f46fbd0
commit 1b2abeabd1

View file

@ -875,7 +875,7 @@ def refresh_db():
key = line.split('\'')[1].strip()
if 'is up to date' in line:
ret[key] = False
elif line.strip().startswith('Building') and '\'' in line:
elif line.strip().startswith('Building') and '\'' in line:
key = line.split('\'')[1].strip()
if 'done' in line:
ret[key] = True