mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
minor update
This commit is contained in:
parent
48592f2515
commit
6ed1b04bbe
|
@ -30,8 +30,7 @@ def profile(profileOutputFile=None, dotOutputFile=None, imageOutputFile=None):
|
|||
except ImportError, e:
|
||||
errMsg = "profiling requires third-party libraries (%s). " % getUnicode(e, UNICODE_ENCODING)
|
||||
errMsg += "Quick steps:%s" % os.linesep
|
||||
errMsg += "1) Install http://code.google.com/p/pydot/%s" % os.linesep
|
||||
errMsg += "2) sudo apt-get install python-pyparsing python-profiler graphviz"
|
||||
errMsg += "1) sudo apt-get install python-pydot python-pyparsing python-profiler graphviz"
|
||||
logger.error(errMsg)
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue
Block a user