removed typo

This commit is contained in:
bandrel
2018-10-29 19:55:36 -04:00
parent b10ca994ee
commit ea3a4d05f3
+1 -1
View File
@@ -904,7 +904,7 @@ def quick_crack():
else: else:
try: try:
selected_hcatRules.append('-r {hcatPath}/rules/{selected_rule}'.format(selected_rule=hcatRules[int(choice) - 1],hcatPath=hcatPath)) selected_hcatRules.append('-r {hcatPath}/rules/{selected_rule}'.format(selected_rule=hcatRules[int(choice) - 1],hcatPath=hcatPath))
except IndexError:NameError except IndexError:
continue continue
#Run Quick Crack with each selected rule #Run Quick Crack with each selected rule