mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Minor update
This commit is contained in:
parent
c5f3c0cc32
commit
971f59a27e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ def modulePath():
|
||||||
except NameError:
|
except NameError:
|
||||||
_ = inspect.getsourcefile(modulePath)
|
_ = inspect.getsourcefile(modulePath)
|
||||||
|
|
||||||
return getUnicode(os.path.dirname(os.path.realpath(_)), sys.getfilesystemencoding())
|
return getUnicode(os.path.dirname(os.path.realpath(_)), encoding=sys.getfilesystemencoding())
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue