We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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