Hi Gabriel,
On 10/6/21 5:11 PM, Gabriel Ivăncescu wrote:
if(!obj) {
win_skip(msg + " is buggy and not available, skipping");
return;
}
Where do you see it happening? It seems to be unneeded for this patch and if you need it later, it's probably better to handle in the caller rather than the generic helper.
Thanks,
Jacek