mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
Cosmetics
This commit is contained in:
@@ -66,7 +66,7 @@ def configFileParser(configFile):
|
||||
config = UnicodeRawConfigParser()
|
||||
config.readfp(configFP)
|
||||
except MissingSectionHeaderError:
|
||||
errMsg = "you've provided a non-valid configuration file"
|
||||
errMsg = "you have provided an invalid configuration file"
|
||||
raise sqlmapSyntaxException, errMsg
|
||||
|
||||
if not config.has_section("Target"):
|
||||
|
||||
Reference in New Issue
Block a user