Browse Source

remove semicolon.

Ben Houston 9 years ago
parent
commit
68dc1d83d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/exporters/blender/addons/io_three/exporter/api/mesh.py

+ 1 - 1
utils/exporters/blender/addons/io_three/exporter/api/mesh.py

@@ -343,7 +343,7 @@ def faces(mesh, options, material_list=None):
                     break
             else:
                 logger.warning("Could not map the material index "
-                         "for face %d" % face.index);
+                         "for face %d" % face.index)
                 face_data.append(0)  # default to index zero if there's a bad material
 
         if uv_indices: