mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Further pleasing the pylint gods
This commit is contained in:
parent
1f7ee039ad
commit
f8e9f9c87d
14 changed files with 38 additions and 50 deletions
|
|
@ -838,6 +838,7 @@ def _setPreprocessFunctions():
|
|||
if conf.preprocess:
|
||||
for script in re.split(PARAMETER_SPLITTING_REGEX, conf.preprocess):
|
||||
found = False
|
||||
function = None
|
||||
|
||||
script = safeFilepathEncode(script.strip())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue