We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796e0a8 commit 0231b5eCopy full SHA for 0231b5e
plugins/helpers/macinfo.py
@@ -2103,7 +2103,7 @@ def _GetAppDetails(self):
2103
self._ReadBundleMetadataPlist(app_info, bundle_root + '/BundleMetadata.plist')
2104
app_info.source += ', ' + app_info.bundle_path + '/Info.plist' + ', ' + bundle_root + '/BundleMetadata.plist'
2105
else:
2106
- log.error(f'Failed to read "compatibilityInfo" for {ai}. {error}')
+ log.error(f'Failed to read "compatibilityInfo" for {app}. {error}')
2107
temp_file.close()
2108
conn.close()
2109
for app in apps: # add app to main list if properties are not empty
0 commit comments