trustedsec / hate_crack

A tool for automating cracking methodologies through Hashcat from the TrustedSec team.
https://www.trustedsec.com
1.64k stars 259 forks source link

Reformat levenshtein_print() to avoid Syntax Error #5

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

flake8 testing of https://github.com/trustedsec/hate_crack on Python 2.7.14

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./PACK/rulegen.py:235:16: E999 SyntaxError: invalid syntax
            else:      print
               ^
1     E999 SyntaxError: invalid syntax