Skip to content

Commit e4a6f6a

Browse files
FintasticManJF002
authored andcommitted
fonts: Make patching silent
The generate script should only output anything if there are errors.
1 parent d472a71 commit e4a6f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/fonts/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def main():
6767
subprocess.check_call(line)
6868
if patches:
6969
for patch in patches:
70-
subprocess.check_call(['/usr/bin/env', 'patch', name+'.c', patch])
70+
subprocess.check_call(['/usr/bin/env', 'patch', '--silent', name+'.c', patch])
7171

7272

7373

0 commit comments

Comments
 (0)