From f0c11d30e7c863d4df39fbaf7b93b0769a54e651 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Mon, 26 Feb 2018 11:16:12 +0800 Subject: [PATCH] Update the explicty to explicitly fix a typo Change-Id: I8067ac07a5bf62dded8dc2ea2c2c74c2375ad3c5 --- 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 cfe802fedf..2ac591cf12 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -717,7 +717,7 @@ class KollaWorker(object): for path in possible_paths: image_path = os.path.join(path, 'docker') - # NOTE(SamYaple): We explicty check for the base folder to ensure + # NOTE(SamYaple): We explicitly check for the base folder to ensure # this is the correct path # TODO(SamYaple): Improve this to make this safer if os.path.exists(os.path.join(image_path, 'base')):