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 6a98d37 commit cf6c3a8Copy full SHA for cf6c3a8
1 file changed
sqlmap.py
@@ -48,7 +48,7 @@ def modulePath():
48
using py2exe
49
"""
50
51
- return os.path.dirname(getUnicode(sys.executable if weAreFrozen() else __file__, sys.getfilesystemencoding()))
+ return os.path.dirname(os.path.realpath(getUnicode(sys.executable if weAreFrozen() else __file__, sys.getfilesystemencoding())))
52
53
def main():
54
0 commit comments