Test if queue batch is boolean
In Python bool type is a subtype of integer so it must be tested first. Also by converting other types to int, we catch any other wrong types.
Closes #13133 (closed)
In Python bool type is a subtype of integer so it must be tested first. Also by converting other types to int, we catch any other wrong types.
Closes #13133 (closed)