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>2015-02-27 07:41:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-27 07:57:59 +0300
commit7293291a408aaf12e19e3a15782434ac37f4ffd1 (patch)
tree86a1d8936f691ed3da2ad9a76298c8182f84e1ee /build_files
parentcfd176bcb1d692ebd9e02a8c23ce59680862d43b (diff)
cleanup: typos
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/cmake/cmake_consistency_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/cmake_consistency_check.py b/build_files/cmake/cmake_consistency_check.py
index 4b220316548..0883bdbf2d7 100755
--- a/build_files/cmake/cmake_consistency_check.py
+++ b/build_files/cmake/cmake_consistency_check.py
@@ -307,7 +307,7 @@ if UTF8_CHECK:
try:
for l in open(f, "r", encoding="utf8"):
i += 1
- except:
+ except UnicodeDecodeError:
print("Non utf8: %s:%d" % (f, i))
if i > 1:
traceback.print_exc()