typo fix when a preset fails to run. (fail at failing)

This commit is contained in:
Campbell Barton 2012-02-11 15:49:25 +00:00
parent 3af2f8a50d
commit 2956ea22f2

@ -196,7 +196,7 @@ class ExecutePreset(Operator):
preset_class.preset_xml_map)
else:
self.report({'ERROR'}, "unknown filetype: %r" % ext)
return {'CANCELLED '}
return {'CANCELLED'}
return {'FINISHED'}