aboot-parser icon indicating copy to clipboard operation
aboot-parser copied to clipboard

SyntaxError

Open Sota4Ever opened this issue 1 year ago • 2 comments

C:\root\Android\aboot-parser> python parse-aboot.py boot.img

File "/root/Android/aboot-parser/parse-aboot.py", line 37 print '-' * 40 ^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Sota4Ever avatar Apr 05 '24 01:04 Sota4Ever

This is old, Python2 only code. If want to modify to support Python3, feel free to submit a PR.

nelenkov avatar Apr 05 '24 01:04 nelenkov

Este es un código antiguo, exclusivo de Python2. Si desea modificarlo para admitir Python3, no dude en enviar un PR.

PR?

Sota4Ever avatar Apr 05 '24 01:04 Sota4Ever