mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Further pleasing the pylint gods
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user