mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-30 10:11:51 -05:00
update: tame androguard debug logs when --verbose is set
This commit is contained in:
@@ -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!'))
|
||||
|
||||
Reference in New Issue
Block a user