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 2473848 commit b1d13d1Copy full SHA for b1d13d1
1 file changed
sqlmap.py
@@ -62,7 +62,7 @@ def modulePath():
62
except NameError:
63
_ = inspect.getsourcefile(modulePath)
64
65
- return os.path.dirname(os.path.realpath(getUnicode(_, sys.getfilesystemencoding())))
+ return getUnicode(os.path.dirname(os.path.realpath(_)), sys.getfilesystemencoding())
66
67
def main():
68
"""
0 commit comments