just in case..

This commit is contained in:
Bernardo Damele 2012-07-02 00:00:46 +01:00
parent 03d2c9c818
commit 4736d46677

View File

@ -22,14 +22,14 @@ from lib.core.settings import UNICODE_ENCODING
from lib.core.subprocessng import pollProcess
def update():
if not conf.updateAll:
return
errMsg = "sqlmap is now hosted on GitHub at https://github.com/sqlmapproject/sqlmap. "
errMsg += "The --update switch is currently outdated and not working. Please, "
errMsg += "update sqlmap running 'git pull' for the time being"
raise sqlmapUnsupportedFeatureException, errMsg
if not conf.updateAll:
return
rootDir = paths.SQLMAP_ROOT_PATH
infoMsg = "updating sqlmap to latest development version from the "