Browse Source

Fix "line too long" issue reported by pep8

Jason0214 6 năm trước cách đây
mục cha
commit
17bc6741a8
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      io_scene_godot/__init__.py

+ 3 - 3
io_scene_godot/__init__.py

@@ -156,9 +156,9 @@ class ExportGodot(bpy.types.Operator, ExportHelper):
     )
     )
     material_search_paths = EnumProperty(
     material_search_paths = EnumProperty(
         name="Material Search Paths",
         name="Material Search Paths",
-        description="Search for existing Godot materials with names that match "
-                    "the Blender material names (i.e. the file <matname>.tres "
-                    "containing a material resource)",
+        description="Search for existing Godot materials with names that "
+                    "match the Blender material names (i.e. the file "
+                    "<matname>.tres containing a material resource)",
         default="PROJECT_DIR",
         default="PROJECT_DIR",
         items=(
         items=(
             (
             (