From 278611a753d1b6e25bd40637908d447e0ef78c0a Mon Sep 17 00:00:00 2001 From: tek Date: Thu, 18 Jan 2024 23:42:05 +0100 Subject: [PATCH] Update ios parsing --- mvt/ios/modules/fs/shutdownlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/ios/modules/fs/shutdownlog.py b/mvt/ios/modules/fs/shutdownlog.py index 8f20cf5..3d2be78 100644 --- a/mvt/ios/modules/fs/shutdownlog.py +++ b/mvt/ios/modules/fs/shutdownlog.py @@ -90,7 +90,7 @@ class ShutdownLog(IOSExtraction): # End of the current processes for p in current_processes: recent_processes.append(p) - delay = float(line.split(" ")[1][:-2]) + delay += float(line.split(" ")[1][:-2]) times_delayed += 1 current_processes = [] elif line.startswith("SIGTERM: "):