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