Skip to content
Snippets Groups Projects
Commit 77c3275c authored by Philipp Oeser's avatar Philipp Oeser
Browse files

fix typo in error report

parent 723ce4fe
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ class Scatter(bpy.types.Operator):
group = bpy.data.groups.get(self.group)
if not group:
self.report({'ERROR'}, "Group %r not found", self.group)
self.report({'ERROR'}, "Group %r not found" % self.group)
return {'CANCELLED'}
_main(self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment