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

View file

@ -870,7 +870,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