Skip to content

Commit

Permalink
Addon Manager: Fix wiki macro icon cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes authored and donovaly committed Mar 24, 2023
1 parent 271f1a9 commit 9872459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/AddonManager/addonmanager_macro.py
Expand Up @@ -312,7 +312,7 @@ def fill_details_from_wiki(self, url):
self.fill_details_from_code(self.code)
if not self.icon and not self.xpm:
self.parse_wiki_page_for_icon(p)
self.clean_icon()
self.clean_icon()

if not self.author:
self.author = self.parse_desc("Author: ")
Expand Down

0 comments on commit 9872459

Please sign in to comment.