CSV not Saving on exit

Ok I discovered the issue and I was right in that its not psychopy but in fact the REPL was not exiting the routine despite the core.quit() call.

To sort this you need to type into the interpreter quit() and the datafile will appear. In sublime (using sublime REPL) when you simply quit the tab this will not work as it doesn’t properly close the session. Hope this helps folks in the future.

1 Like