Minor bug fix

This commit is contained in:
Bernardo Damele
2010-03-05 15:25:53 +00:00
parent 7136c17f19
commit 8593741358
3 changed files with 13 additions and 15 deletions

View File

@@ -30,6 +30,7 @@ from lib.controller.checks import checkString
from lib.controller.checks import checkRegexp
from lib.controller.checks import checkConnection
from lib.core.common import paramToDict
from lib.core.common import parseTargetUrl
from lib.core.common import readInput
from lib.core.data import conf
from lib.core.data import kb
@@ -133,6 +134,7 @@ def start():
logMsg = "testing url %s" % targetUrl
logger.info(logMsg)
parseTargetUrl()
createTargetDirs()
initTargetEnv()