Commit cd88d882 authored by Jonathan Peirce's avatar Jonathan Peirce

Fixed error in builder output

parent ac975591
......@@ -17,7 +17,7 @@ psychoJS.openWindow({
// store info about the experiment session:
my.expName = 'stroop'; // from the Builder filename that created this script
my.expInfo = {b'session': b'01', b'participant': b''};
my.expInfo = {'session': '01', 'participant': ''};
// set up the experiment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment