HarmJ0y / pylnker

This is a Python port of lnk-parse-1.0, a tool to parse Windows .lnk files.
GNU General Public License v2.0
76 stars 38 forks source link

Unbalanced parenthesis #10

Open olamotte opened 7 years ago

olamotte commented 7 years ago

Thanks for sharing! Just a missing closing parenthesis on line # 383.

Cheers

terric commented 6 years ago

Wouldn't work for me on my Linux laptop, until I changed the first line to: #!/usr/bin/python2

Other than that great tool, thanks!

jose1711 commented 6 years ago

it's written for python2. you can fix it either by adding hashbang as you did or calling like this: python2 pylnker.py