no need to raise an exception if one enumeration fails

This commit is contained in:
Bernardo Damele 2013-01-21 17:11:46 +00:00
parent e558040810
commit e9dea8d394

View File

@ -135,7 +135,7 @@ class Users:
if not kb.data.cachedUsers:
errMsg = "unable to retrieve the database users"
raise SqlmapNoneDataException(errMsg)
logger.error(errMsg)
return kb.data.cachedUsers