Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-07-07 09:48:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-07 09:48:35 +0300
commit4b373ed086993e5163c8a9a129400747bf6bed1c (patch)
tree0df2449ec113689b3993a68a5cfb232cb611be2d /source/blender/datatoc
parent252207cc7a808bf70f8ef398eb578b58a3f1099d (diff)
Cleanup: pep8
Diffstat (limited to 'source/blender/datatoc')
-rwxr-xr-xsource/blender/datatoc/datatoc_icon_split.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/datatoc/datatoc_icon_split.py b/source/blender/datatoc/datatoc_icon_split.py
index faf8d57be77..e7cc3a71446 100755
--- a/source/blender/datatoc/datatoc_icon_split.py
+++ b/source/blender/datatoc/datatoc_icon_split.py
@@ -101,7 +101,7 @@ def write_subimage(sub_x, sub_y, sub_w, sub_h,
sub_w, sub_h,
sub_x, sub_y,
# redundant but including to maintain consistency
- pixel_w, pixel_h,
+ pixel_w, pixel_h,
))
for y in range(sub_h):