Skip to content
Snippets Groups Projects
Commit 0556bba7 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Fixing wrong type= syntax in report call...

parent cbe7c1f0
No related branches found
No related tags found
No related merge requests found
...@@ -219,7 +219,7 @@ def import_images(self, context): ...@@ -219,7 +219,7 @@ def import_images(self, context):
for plane in planes: for plane in planes:
plane.select = True plane.select = True
self.report(type='INFO', self.report(type={'INFO'},
message='Added %i Image Plane(s)' %len(planes)) message='Added %i Image Plane(s)' %len(planes))
##### OPERATOR ##### ##### OPERATOR #####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment