[PATCH 1/3] scripts: Fix minor lint warnings in build-many-glibcs.py

Joseph Myers josmyers@redhat.com
Wed Nov 12 19:05:36 GMT 2025


On Wed, 12 Nov 2025, Yury Khrustalev wrote:

>      if count_old_tools > 0 or count_missing_tools > 0:
> -        exit (1);
> +        exit (1)

There's another formatting issue on the same line (Python style doesn't 
use space before '(').

-- 
Joseph S. Myers
josmyers@redhat.com



More information about the Libc-alpha mailing list