<div dir="ltr">Thanks Luca for the info - there is also 1 other fix needed. I'll send a v2.</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Thu, Apr 3, 2025 at 9:45 AM Luca Vizzarro <<a href="mailto:Luca.Vizzarro@arm.com">Luca.Vizzarro@arm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Patrick,<br>
<br>
this looks good, easy and quick fix. I am afraid that you can't append <br>
to an `Iterable` type though. I've also confirmed this with mypy:<br>
<br>
   Unsupported left operand type for + ("Iterable[TestSuiteConfig]")<br>
<br>
I guess the easiest fix is to just change the argument type to `list` <br>
from `Iterable`.<br>
<br>
Best,<br>
Luca<br>
<br>
</blockquote></div>