[tohtml.py] autopep8 formatting

This contaions autoformatting for the python script. Also added the flag in makefile that deleted before mistakenly
gsoc-2023-ahmet-final
goksu 1 year ago
parent 87c4da433c
commit cd433e13b1
No known key found for this signature in database
  1. 2
      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)))

Loading…
Cancel
Save