typo fix (#21967)
This commit is contained in:
@@ -155,7 +155,7 @@ def path_from_modules(modules):
|
|||||||
|
|
||||||
if candidate_path and not os.path.exists(candidate_path):
|
if candidate_path and not os.path.exists(candidate_path):
|
||||||
msg = ("Extracted path from module does not exist "
|
msg = ("Extracted path from module does not exist "
|
||||||
"[module={0}, path={0}]")
|
"[module={0}, path={1}]")
|
||||||
tty.warn(msg.format(module_name, candidate_path))
|
tty.warn(msg.format(module_name, candidate_path))
|
||||||
|
|
||||||
# If anything is found, then it's the best choice. This means
|
# If anything is found, then it's the best choice. This means
|
||||||
|
Reference in New Issue
Block a user