mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Restyling redundant 'except Exception' form
This commit is contained in:
parent
acfeeb4f51
commit
834be1eddc
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue