Skip to content

Commit 0231b5e

Browse files
committed
fix silly bug in macinfo for ios
1 parent 796e0a8 commit 0231b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/helpers/macinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@ def _GetAppDetails(self):
21032103
self._ReadBundleMetadataPlist(app_info, bundle_root + '/BundleMetadata.plist')
21042104
app_info.source += ', ' + app_info.bundle_path + '/Info.plist' + ', ' + bundle_root + '/BundleMetadata.plist'
21052105
else:
2106-
log.error(f'Failed to read "compatibilityInfo" for {ai}. {error}')
2106+
log.error(f'Failed to read "compatibilityInfo" for {app}. {error}')
21072107
temp_file.close()
21082108
conn.close()
21092109
for app in apps: # add app to main list if properties are not empty

0 commit comments

Comments
 (0)