Merge "Safely check for dictionary key presence"

This commit is contained in:
Jenkins 2015-08-14 20:24:48 +00:00 committed by Gerrit Code Review
commit da872733f1

@ -89,7 +89,7 @@ class WorkerThread(Thread):
image['status'] = "parent_error"
return
if image['source']:
if 'source' in image:
self.process_source(image['source'], image['path'])
# Pull the latest image for the base distro only