1
0
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:
Hans-Christoph Steiner 2020-12-09 23:10:33 +01:00
parent 40cd51ed59
commit cfec25d33a

View File

@ -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!'))