Addon Manager: Fix bad formatting in error handler
This commit is contained in:
@@ -324,7 +324,7 @@ class Macro:
|
||||
FreeCAD.Console.PrintWarning(
|
||||
translate(
|
||||
"AddonsInstaller",
|
||||
"Unable to open macro code URL {rawcodeurl}",
|
||||
"Unable to open macro code URL {}",
|
||||
).format(self.raw_code_url)
|
||||
+ "\n"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user