littlebalup / PyPS3tools

Suite of python tools for PS3 flash memory dump files.
GNU General Public License v2.0
269 stars 168 forks source link

Syntax Error Line 106 #6

Closed Traace closed 6 years ago

Traace commented 6 years ago

When I try to run pyPS3checker it gives me syntaxError: invalid syntax. No matter if I use a vaild dump or not

line 106 print tab, " ".join(a+b for a,b in zip(chunk[::2], chunk[1::2])) ^ SyntaxError: invalid syntax

Python Version: 3.6.4 32-bit | Env. : Windows 10 64-bit

littlebalup commented 6 years ago

https://github.com/littlebalup/PyPS3tools/issues/4