Merge pull request #7512 from dulangci/v3

fixed error for setup.py
This commit is contained in:
minggo 2014-07-18 10:05:15 +08:00
commit 2210d1fe87
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ class SetEnvVar(object):
if ret is not None:
print(" ->Path " + ret + " was found\n")
else:
print(" ->Command " + ret + " not found\n")
print(" ->Command " + cmd + " not found\n")
return ret
def _find_value_from_sys(self, var_name):