From cd433e13b1cfabd8c607e18300229c7d4134d645 Mon Sep 17 00:00:00 2001 From: goksu <25721443+goeksu@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:54:11 +0300 Subject: [PATCH] [tohtml.py] autopep8 formatting This contaions autoformatting for the python script. Also added the flag in makefile that deleted before mistakenly --- builds/testing.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/testing.mk b/builds/testing.mk index 438689303..1aa34b2ec 100644 --- a/builds/testing.mk +++ b/builds/testing.mk @@ -16,7 +16,7 @@ HTMLCREATOR = $(OBJ_DIR)/tohtml.py HTMLFILE = $(OBJ_DIR)/benchmark.html # Define flags, create default values in case of not inputted by user. -FTBENCH_FLAG ?= +FTBENCH_FLAG ?= -c 1000 -w 100 # Define all test fonts in the fonts folder. BASELINE = $(addprefix $(BASELINE_DIR), $(notdir $(FONTS:.ttf=.txt)))