From 3772ac05f7686268e8cd0d6037032d8a217266ac Mon Sep 17 00:00:00 2001 From: TuanLAF Date: Mon, 13 Jun 2016 17:42:40 +0700 Subject: [PATCH] Fix typos in Kolla TrivialFix Change-Id: Id916352b419a100d1cae463031e3182bd1080776 --- kolla/image/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolla/image/build.py b/kolla/image/build.py index 2924cfcc82..301dea0d1c 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -701,7 +701,7 @@ class KollaWorker(object): def summary(self): """Walk the dictionary of images statuses and print results""" # For debug we print the logs again if the image error'd. This is to - # to help us debug and it will be extra helpful in the gate. + # help us debug and it will be extra helpful in the gate. for image in self.images: if image.status in STATUS_ERRORS: LOG.debug("%s:Failed with the following logs", image.name)