cleanup: typos

This commit is contained in:
Campbell Barton
2015-02-27 15:41:50 +11:00
parent cfd176bcb1
commit 7293291a40
13 changed files with 29 additions and 29 deletions

View File

@@ -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()