Update setup.py

typo
This commit is contained in:
aismann 2022-08-11 11:29:05 +02:00 committed by GitHub
parent 9150b9db83
commit 3bb03df452
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(
' ->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):
if not android_sdk_root: