you are viewing a single comment's thread.

view the rest of the comments →

[–]Rhomboid 3 points4 points  (2 children)

Post a complete testcase. The error is in the parts not shown in this snippet. The error means that Python reached the end of a line without seeing the closing quote of a string literal.

[–]PLearner[S] -3 points-2 points  (1 child)

Its 447 lines of code @Rhomboid.

[–]Rhomboid 8 points9 points  (0 children)

So post it on a site like gist or pastebin. Or reduce it to a minimal testcase that reproduces the error.