Rammbock messages seem list like to Robot
Closed this issue · 0 comments
jussimalinen commented
Robot thinks that Rammbock message objects are lists, because iter works on them. This can cause for example Log variables
to fail.
Messages should probably raise TypeError
from __iter__
.