Skip to content

Commit

Permalink
fix minor safari getting ext names
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkhatri committed Aug 21, 2021
1 parent 8314be8 commit 0f20043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/safari.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ def ReadExtensionsPlist(plist, safari_items, source_path, user):
si = SafariItem(SafariItemType.EXTENSION, '', item.get('Archive File Name', ''),
None, info, user, source_path)
safari_items.append(si)
return
except KeyError:
pass

Expand Down

0 comments on commit 0f20043

Please sign in to comment.