From b5af979fbd3f11cfa58ccd5f1eef5159ec149fd7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 7 Apr 2021 13:38:52 -0600 Subject: [PATCH] [glyf] Minor --- Lib/fontTools/ttLib/tables/_g_l_y_f.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/ttLib/tables/_g_l_y_f.py b/Lib/fontTools/ttLib/tables/_g_l_y_f.py index a768983af..c1c093bb2 100644 --- a/Lib/fontTools/ttLib/tables/_g_l_y_f.py +++ b/Lib/fontTools/ttLib/tables/_g_l_y_f.py @@ -515,7 +515,7 @@ CompositeMaxpValues = namedtuple('CompositeMaxpValues', ['nPoints', 'nContours', class Glyph(object): - def __init__(self, data=""): + def __init__(self, data=b""): if not data: # empty char self.numberOfContours = 0