From 41826d7951a3efadcf3ec9c751354b34f99ed087 Mon Sep 17 00:00:00 2001 From: tek Date: Wed, 5 Oct 2022 15:30:39 +0200 Subject: [PATCH] Fixes PEP8 syntax issue --- mvt/ios/modules/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/ios/modules/base.py b/mvt/ios/modules/base.py index b7607e1..ab60f7c 100644 --- a/mvt/ios/modules/base.py +++ b/mvt/ios/modules/base.py @@ -169,7 +169,7 @@ class IOSExtraction(MVTModule): file_path = self._get_backup_file_from_id(backup_id) if file_path: break - + if root_paths: # If this file does not exist we might be processing a full # filesystem dump (checkra1n all the things!).