mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor modification
This commit is contained in:
parent
571d669a09
commit
b83ee92cd1
3 changed files with 5 additions and 3 deletions
|
|
@ -3083,6 +3083,8 @@ def checkIntegrity():
|
|||
Checks integrity of code files during the unhandled exceptions
|
||||
"""
|
||||
|
||||
logger.debug("running code integrity check")
|
||||
|
||||
retVal = True
|
||||
for checksum, _ in (re.split(r'\s+', _) for _ in getFileItems(paths.CHECKSUM_MD5)):
|
||||
path = os.path.normpath(os.path.join(paths.SQLMAP_ROOT_PATH, _))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue