Addon Manager: Fix bad formatting in error handler

This commit is contained in:
Chris Hennes
2022-11-27 19:41:17 -06:00
parent d17c9e35d5
commit 9bf0c5890f
+1 -1
View File
@@ -261,7 +261,7 @@ class Macro(object):
FreeCAD.Console.PrintWarning(
translate(
"AddonsInstaller",
"Unable to open macro code URL {rawcodeurl}",
"Unable to open macro code URL {}",
).format(self.raw_code_url)
+ "\n"
)