Merge "Update the explicty to explicitly"

This commit is contained in:
Zuul 2018-03-16 09:32:01 +00:00 committed by Gerrit Code Review
commit cdfd2e5ecc
1 changed files with 1 additions and 1 deletions

View File

@ -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')):