1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-31 12:27:22 +02:00

font-patcher: Fix empty lines output

[why]
When --quiet and --no-progressbar is given we get a lot of empty lines
in the output.

[how]
Just output the carriage return when we have output som eunterminated
stuff before.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-01-28 15:26:34 +01:00
parent 299fc76096
commit 202bca8be1

View File

@ -1305,7 +1305,7 @@ class font_patcher:
# end for
if not self.args.quiet or self.args.progressbars:
if not self.args.quiet:
sys.stdout.write("\n")