mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
update: tame androguard debug logs when --verbose is set
This commit is contained in:
parent
40cd51ed59
commit
cfec25d33a
@ -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…
Reference in New Issue
Block a user