mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
update: tame androguard debug logs when --verbose is set
This commit is contained in:
parent
40cd51ed59
commit
cfec25d33a
1 changed files with 1 additions and 0 deletions
|
|
@ -2200,6 +2200,7 @@ def main():
|
|||
|
||||
config = common.read_config(options)
|
||||
|
||||
common.use_androguard()
|
||||
if not (('jarsigner' in config or 'apksigner' in config)
|
||||
and 'keytool' in config):
|
||||
raise FDroidException(_('Java JDK not found! Install in standard location or set java_paths!'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue