SyntaxError: closing parenthesis ')' does not match opening parenthesis

I wanted to run the experiment I created in the builder but this error is blocking me:

File “/Users/myname/stroop_experiment_lastrun.py”, line 620
depth=-2.0);
^
SyntaxError: closing parenthesis ‘)’ does not match opening parenthesis ‘[’ on line 618

I checked all my lines of code and it seems fine, and I also checked the parameters of the text and images components to make sure there was brackets.

Do you have any custom code components that are set to Python only (or giving a syntax error on the JavaScript side)?

What does the rest of the code near depth=-2.0 look like?

Hi ! I managed to solve it, thank you ! I have another issue now if you’d like to help me :slight_smile:

Please could you note in this thread where the extra bracket was?