From e8c73ed9e3f1d47c4e475863f64d3c51deb53e99 Mon Sep 17 00:00:00 2001 From: schriftgestalt Date: Fri, 22 Dec 2023 10:27:37 +0100 Subject: [PATCH] typo --- Lib/glyphsLib/classes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/glyphsLib/classes.py b/Lib/glyphsLib/classes.py index e11c71e74..b8dc934ab 100755 --- a/Lib/glyphsLib/classes.py +++ b/Lib/glyphsLib/classes.py @@ -4947,7 +4947,7 @@ def _bracket_layer_name(self): minValue = rule.get("min", None) maxValue = rule.get("max", None) if minValue and maxValue: - ruleStrings.append("%s‹%s‹%s", (floatToString3(minValue), axis.shortAxisTag, floatToString3(maxValue))) + ruleStrings.append("%s‹%s‹%s" % (floatToString3(minValue), axis.shortAxisTag, floatToString3(maxValue))) elif minValue: ruleStrings.append("%s‹%s" % (floatToString3(minValue), axis.shortAxisTag)) elif maxValue: