Correct string formatting (error in recent change)
This commit is contained in:
@@ -2092,7 +2092,7 @@ class WM_OT_addon_install(Operator):
|
|||||||
|
|
||||||
# print message
|
# print message
|
||||||
msg = (
|
msg = (
|
||||||
tip_("Modules Installed (%s) from %r into %r (%s)") %
|
tip_("Modules Installed (%s) from %r into %r") %
|
||||||
(", ".join(sorted(addons_new)), pyfile, path_addons)
|
(", ".join(sorted(addons_new)), pyfile, path_addons)
|
||||||
)
|
)
|
||||||
print(msg)
|
print(msg)
|
||||||
|
Reference in New Issue
Block a user