mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Restyling redundant 'except Exception' form
This commit is contained in:
@@ -3192,7 +3192,7 @@ def decodeHexValue(value):
|
||||
|
||||
try:
|
||||
retVal = applyFunctionRecursively(value, _)
|
||||
except Exception:
|
||||
except:
|
||||
singleTimeWarnMessage("there was a problem decoding value '%s' from expected hexadecimal form" % value)
|
||||
|
||||
return retVal
|
||||
|
||||
Reference in New Issue
Block a user