Merge pull request #796 from aismann/dev

Update setup.py
This commit is contained in:
一线灵 2022-08-11 18:30:12 +08:00 committed by GitHub
commit ea62fba423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ class SetEnvVar(object):
print( print(
' ->Error: "%s" is not a valid path of %s. Ignoring it.' % (value, var_name)) ' ->Error: "%s" is not a valid path of %s. Ignoring it.' % (value, var_name))
return retf return ret
def _is_android_sdk_root_valid(self, android_sdk_root): def _is_android_sdk_root_valid(self, android_sdk_root):
if not android_sdk_root: if not android_sdk_root: