Skip to content

Commit 0f20043

Browse files
committed
fix minor safari getting ext names
1 parent 8314be8 commit 0f20043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/safari.py

+1
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ def ReadExtensionsPlist(plist, safari_items, source_path, user):
281281
si = SafariItem(SafariItemType.EXTENSION, '', item.get('Archive File Name', ''),
282282
None, info, user, source_path)
283283
safari_items.append(si)
284+
return
284285
except KeyError:
285286
pass
286287

0 commit comments

Comments
 (0)