From e0177a99204cc4f4ddfab57d196d1c864dde0d5f Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 6 Mar 2023 12:12:18 +0000 Subject: [PATCH] black --- Lib/fontTools/mtiLib/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Lib/fontTools/mtiLib/__init__.py b/Lib/fontTools/mtiLib/__init__.py index 2ec710131..13b308e51 100644 --- a/Lib/fontTools/mtiLib/__init__.py +++ b/Lib/fontTools/mtiLib/__init__.py @@ -1041,7 +1041,11 @@ def parseGSUBGPOS(lines, font, tableTag): if "Debg" not in font: font["Debg"] = newTable("Debg") font["Debg"].data = {} - debug = font["Debg"].data.setdefault(LOOKUP_DEBUG_INFO_KEY, {}).setdefault(tableTag, {}) + debug = ( + font["Debg"] + .data.setdefault(LOOKUP_DEBUG_INFO_KEY, {}) + .setdefault(tableTag, {}) + ) for name, lookup in lookupMap.items(): debug[str(lookup)] = ["", name, ""]