Correct string formatting (error in recent change)

This commit is contained in:
Campbell Barton 2017-03-31 09:45:25 +11:00
parent 14c2083460
commit 8bd61ea54d

@ -2092,7 +2092,7 @@ class WM_OT_addon_install(Operator):
# print message
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)
)
print(msg)