mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
Patch for an Issue #1158
This commit is contained in:
parent
247384858e
commit
b1d13d1e7d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def modulePath():
|
|||
except NameError:
|
||||
_ = inspect.getsourcefile(modulePath)
|
||||
|
||||
return os.path.dirname(os.path.realpath(getUnicode(_, sys.getfilesystemencoding())))
|
||||
return getUnicode(os.path.dirname(os.path.realpath(_)), sys.getfilesystemencoding())
|
||||
|
||||
def main():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue