From 0231b5ebd647c88dcf26d45f7ad369fecac6e75c Mon Sep 17 00:00:00 2001 From: Yogesh Khatri Date: Thu, 22 Jul 2021 23:08:04 +1000 Subject: [PATCH] fix silly bug in macinfo for ios --- plugins/helpers/macinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/helpers/macinfo.py b/plugins/helpers/macinfo.py index 0ca193f..5c81fc6 100644 --- a/plugins/helpers/macinfo.py +++ b/plugins/helpers/macinfo.py @@ -2103,7 +2103,7 @@ def _GetAppDetails(self): self._ReadBundleMetadataPlist(app_info, bundle_root + '/BundleMetadata.plist') app_info.source += ', ' + app_info.bundle_path + '/Info.plist' + ', ' + bundle_root + '/BundleMetadata.plist' else: - log.error(f'Failed to read "compatibilityInfo" for {ai}. {error}') + log.error(f'Failed to read "compatibilityInfo" for {app}. {error}') temp_file.close() conn.close() for app in apps: # add app to main list if properties are not empty