Addon Manager: Improve stability when cache update interrupted

This commit is contained in:
Chris Hennes
2022-01-08 19:47:57 -06:00
parent 9a933a6015
commit efa08946f2
4 changed files with 109 additions and 16 deletions

View File

@@ -190,7 +190,7 @@ class Macro(object):
FreeCAD.Console.PrintWarning(
translate(
"AddonsInstaller",
"Unable to open macro code URL {rawcodeurl}",
f"Unable to open macro code URL {rawcodeurl}",
)
+ "\n"
)