[PATCH 3/4] tester/check: Covert the indent size to an int.

Joel Sherrill joel at rtems.org
Tue Feb 5 12:35:51 UTC 2019


Fix the spelling in the message

On Mon, Feb 4, 2019, 11:10 PM <chrisj at rtems.org wrote:

> From: Chris Johns <chrisj at rtems.org>
>
> ---
>  tester/rt/check.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tester/rt/check.py b/tester/rt/check.py
> index f81ee70..3bb24e3 100755
> --- a/tester/rt/check.py
> +++ b/tester/rt/check.py
> @@ -304,7 +304,7 @@ class warnings_errors:
>                              count = group_counts[build][group]
>                          else:
>                              count = 0
> -                        gs += ['%*s' % (cols_4[g % 4] - 2,
> +                        gs += ['%*s' % (int(cols_4[g % 4] - 2),
>                                          '%s : %4d' % (group, count))]
>                      for row in range(0, len(self.groups['groups']), 4):
>                          if row + 4 > len(self.groups['groups']):
> --
> 2.19.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190205/e5fd6296/attachment.html>


More information about the devel mailing list