mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor stability patch
This commit is contained in:
parent
47ee1a991f
commit
1e310631ab
4 changed files with 10 additions and 7 deletions
|
|
@ -3188,6 +3188,9 @@ def checkIntegrity():
|
|||
Checks integrity of code files during the unhandled exceptions
|
||||
"""
|
||||
|
||||
if not paths:
|
||||
return
|
||||
|
||||
logger.debug("running code integrity check")
|
||||
|
||||
retVal = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue