mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Cosmetics
This commit is contained in:
parent
70cac24909
commit
0d8d6a4ace
6 changed files with 18 additions and 16 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue