Update the explicty to explicitly

fix a typo

Change-Id: I8067ac07a5bf62dded8dc2ea2c2c74c2375ad3c5
This commit is contained in:
caoyuan 2018-02-26 11:16:12 +08:00
parent d37036a6e2
commit f0c11d30e7
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')):