font-patcher: Fix --xavgcharwidth with --quiet

[why]
--xavgcharwidth does not work when --quiet is given.

[how]
Correct indent level ....

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-04-12 18:17:34 +02:00
parent c8fdda98bf
commit 9defc59b9d

View file

@ -6,7 +6,7 @@
from __future__ import absolute_import, print_function, unicode_literals
# Change the script version when you edit this script:
script_version = "3.7.0"
script_version = "3.7.1"
version = "2.3.3"
projectName = "Nerd Fonts"