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:
parent
299fc76096
commit
202bca8be1
@ -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")
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user