Addon Manager: Add support for <pythonmin> tag

This commit is contained in:
Chris Hennes
2022-09-25 15:02:46 -05:00
parent 0a95fbb258
commit f4bae7f9d3
6 changed files with 48 additions and 50 deletions

View File

@@ -345,7 +345,7 @@ class Macro:
def clean_icon(self):
"""Downloads the macro's icon from whatever source is specified and stores a local
copy, potentially updating the interal icon location to that local storage."""
copy, potentially updating the internal icon location to that local storage."""
if self.icon.startswith("http://") or self.icon.startswith("https://"):
FreeCAD.Console.PrintLog(
f"Attempting to fetch macro icon from {self.icon}\n"