mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
find_sdk_tools_cmd(): s/found/not found/ in error message
This commit is contained in:
parent
4ef8d1340f
commit
6bd8470d55
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ def find_sdk_tools_cmd(cmd):
|
||||||
return path
|
return path
|
||||||
# did not find the command, exit with error message
|
# did not find the command, exit with error message
|
||||||
test_sdk_exists(config) # ignore result so None is never returned
|
test_sdk_exists(config) # ignore result so None is never returned
|
||||||
raise FDroidException(_("Android SDK tool {cmd} found!").format(cmd=cmd))
|
raise FDroidException(_("Android SDK tool {cmd} not found!").format(cmd=cmd))
|
||||||
|
|
||||||
|
|
||||||
def test_aapt_version(aapt):
|
def test_aapt_version(aapt):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue