Hi!
I tried making another pedal model but i got this error:
File “”, line 33
create_csv_nam_v1_1_1(os.path.splitext(os.path.join(DATA_DIR, “input.wav”)[0] + “.csv”)
^
SyntaxError: ‘(’ was never closed
I checked and input.wav and target are there.
Any help?
based on general python knowledge -
seems like there is missing closing ) bracket in the end of this 33 line.
you have three opening brackets and only two closing brackets.
2 Likes
Thanks!I don`t know anything about code and i just loaded the default but it gives me this…Maybe they changed something and there is an error?
Should be working normally again!
1 Like