mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
remove redundant test_sdk_exists() call, its called by test_build_tools_exists()
No need to call test_sdk_exists() before test_build_tools_exists() since test_build_tools_exists() calls test_sdk_exists() as the first thing it does.
This commit is contained in:
parent
16601a0be3
commit
0f71929e71
1 changed files with 0 additions and 3 deletions
|
@ -130,9 +130,6 @@ def read_config(opts, config_file='config.py'):
|
|||
|
||||
fill_config_defaults(config)
|
||||
|
||||
if not test_sdk_exists(config):
|
||||
sys.exit(3)
|
||||
|
||||
if not test_build_tools_exists(config):
|
||||
sys.exit(3)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue