Open Adi-0 opened 3 years ago
File "/home/user/PyPS3tools-master/PyPS3checker/checker.py",
line 106:
print tab, " ".join(a+b for a,b in zip(chunk[::2], chunk[1::2])) ^
(Thank you for making this software unix compatible btw, its a godsend)
It's Python 2 code, so you'll need to call it explicitly:
python2 checker.py <file>
File "/home/user/PyPS3tools-master/PyPS3checker/checker.py",
line 106:
SyntaxError: invalid syntax
(Thank you for making this software unix compatible btw, its a godsend)