Skip to content

Commit

Permalink
fix silly bug in macinfo for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkhatri committed Jul 22, 2021
1 parent 796e0a8 commit 0231b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/helpers/macinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0231b5e

Please sign in to comment.