Closed oblivioncth closed 6 years ago
Coded for python 2. Please read readme files
Should probably be mentioned in the top level read me since the entire suite uses 2.x. I'll admit I swore I checked the lower level ones and didn't see anything and just had to figure this out by trying 2.7 afterwards. Guess I was distracted, my mistake.
Trying to use the checker in any way produces a Python syntax error on line 106.
\PyPS3checker\checker.py", line 106 print tab, " ".join(a+b for a,b in zip(chunk[::2], chunk[1::2]))