mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Merge branch 'obfusk-master-patch-89864' into 'master'
find_sdk_tools_cmd(): s/found/not found/ in error message See merge request fdroid/fdroidserver!1016
This commit is contained in:
commit
04ac629bd2
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ def find_sdk_tools_cmd(cmd):
|
|||
return path
|
||||
# did not find the command, exit with error message
|
||||
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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue