mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Issue #2417 (most probably -> most likely)
This commit is contained in:
parent
7ea524800a
commit
b18444f215
6 changed files with 11 additions and 11 deletions
|
|
@ -18,6 +18,6 @@ try:
|
|||
__import__(_)
|
||||
except ImportError:
|
||||
errMsg = "missing one or more core extensions (%s) " % (", ".join("'%s'" % _ for _ in extensions))
|
||||
errMsg += "most probably because current version of Python has been "
|
||||
errMsg += "most likely because current version of Python has been "
|
||||
errMsg += "built without appropriate dev packages (e.g. 'libsqlite3-dev')"
|
||||
exit(errMsg)
|
||||
Loading…
Add table
Add a link
Reference in a new issue