<div dir="auto">Fix the spelling in the message</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Feb 4, 2019, 11:10 PM  <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Chris Johns <<a href="mailto:chrisj@rtems.org" target="_blank" rel="noreferrer">chrisj@rtems.org</a>><br>
<br>
---<br>
 tester/rt/check.py | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/tester/rt/check.py b/tester/rt/check.py<br>
index f81ee70..3bb24e3 100755<br>
--- a/tester/rt/check.py<br>
+++ b/tester/rt/check.py<br>
@@ -304,7 +304,7 @@ class warnings_errors:<br>
                             count = group_counts[build][group]<br>
                         else:<br>
                             count = 0<br>
-                        gs += ['%*s' % (cols_4[g % 4] - 2,<br>
+                        gs += ['%*s' % (int(cols_4[g % 4] - 2),<br>
                                         '%s : %4d' % (group, count))]<br>
                     for row in range(0, len(self.groups['groups']), 4):<br>
                         if row + 4 > len(self.groups['groups']):<br>
-- <br>
2.19.1<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank" rel="noreferrer">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>