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