list variables disappear in Variable inspector when you run experiment
In OpenSesame 4.1 list variables (e.g. declared as errorcntlst = [0,0,0,0,0,0,0,0,0,0] in a python script) are visible in the Variable inspector before your run the experiment but they disappear from the Variable inspector when you run the experiment so the actual value cannot be inspected. This bug seems to have been introduced in a newer version of OpenSesame. It worked fine in OpenSesame 3.3 when using the var notation: e.g. var.errorcntlst = [0,0,0,0,0,0,0,0,0,0]
