Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e1aee commit e4be141Copy full SHA for e4be141
1 file changed
lib/core/testing.py
@@ -59,7 +59,7 @@ def smokeTest():
59
except Exception, msg:
60
retVal = False
61
dataToStdout("\r")
62
- errMsg = "smoke test failed at importing module '%s' (%s):\n%s" % (path, os.path.join(paths.SQLMAP_ROOT_PATH, ifile), msg)
+ errMsg = "smoke test failed at importing module '%s' (%s):\n%s" % (path, os.path.join(root, ifile), msg)
63
logger.error(errMsg)
64
else:
65
# Run doc tests
0 commit comments