commit | 1f0eed84596e81650b9a8aabfc385bf8dc0c97a2 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 26 18:41:53 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 26 18:41:53 2013 -0500 |
tree | dc779fd298f4ee6fc68cccf82c6efa74d9d27f3f | |
parent | d214f20a5176a2c9e42c8faabc07d229469cacf0 [diff] [blame] |
Minor
diff --git a/Lib/fontTools/ttLib/tables/otBase.py b/Lib/fontTools/ttLib/tables/otBase.py index b3f880f..788f6da 100644 --- a/Lib/fontTools/ttLib/tables/otBase.py +++ b/Lib/fontTools/ttLib/tables/otBase.py
@@ -468,7 +468,7 @@ if table[name] is None: table[name] = value else: - assert table[name] == value, (table[name], value) + assert table[name] == value, (name, table[name], value) def getCountData(self): return packUShort(self.table[self.name])