Skip to content
Snippets Groups Projects
Commit 9911f757 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix regression in build-script"

parents 28683905 71f07484
No related branches found
No related tags found
No related merge requests found
...@@ -299,7 +299,7 @@ class KollaWorker(object): ...@@ -299,7 +299,7 @@ class KollaWorker(object):
images_to_process.append(image) images_to_process.append(image)
added = True added = True
else: else:
images_to_process = self.images images_to_process = list(self.images)
self.tiers = list() self.tiers = list()
while images_to_process: while images_to_process:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment