From d9b29b373948ec48a04980d245a0f1381640534c Mon Sep 17 00:00:00 2001 From: tek Date: Thu, 16 Dec 2021 12:51:57 +0100 Subject: [PATCH] Fixes indicator issue in the android cli --- mvt/android/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/android/cli.py b/mvt/android/cli.py index 47142e3..a65dfcb 100644 --- a/mvt/android/cli.py +++ b/mvt/android/cli.py @@ -205,7 +205,7 @@ def check_backup(ctx, iocs, output, backup_path, serial): if serial: m.serial = serial - if iocs: + if len(indicators.ioc_count) > 0: indicators.log = m.log m.indicators = indicators