From da37cb75ff32963c23b06e19b3b03a2a42071ba8 Mon Sep 17 00:00:00 2001 From: bandrel Date: Mon, 29 Oct 2018 19:55:36 -0400 Subject: [PATCH] removed typo --- hate_crack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hate_crack.py b/hate_crack.py index cfdf1a6..3c4de01 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -904,7 +904,7 @@ def quick_crack(): else: try: selected_hcatRules.append('-r {hcatPath}/rules/{selected_rule}'.format(selected_rule=hcatRules[int(choice) - 1],hcatPath=hcatPath)) - except IndexError:NameError + except IndexError: continue #Run Quick Crack with each selected rule