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