Merge "Safely check for dictionary key presence"
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user