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 committed Mar 24, 2023
1 parent e69ddeb commit 4fc730d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/AddonManager/addonmanager_macro.py
Expand Up @@ -189,7 +189,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 4fc730d

Please sign in to comment.