Better approach for #1320

This commit is contained in:
Miroslav Stampar
2015-07-30 23:29:31 +02:00
parent bcb25823e6
commit e623ee66ad
8 changed files with 11 additions and 11 deletions

View File

@@ -770,7 +770,7 @@ def dictionaryAttack(attack_dict):
except Exception, ex:
warnMsg = "there was a problem while loading dictionaries"
warnMsg += " ('%s')" % getUnicode(ex)
warnMsg += " ('%s')" % ex.message
logger.critical(warnMsg)
message = "do you want to use common password suffixes? (slow!) [y/N] "