Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 971f59a

Browse files
committed
Minor update
1 parent c5f3c0c commit 971f59a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def modulePath():
6060
except NameError:
6161
_ = inspect.getsourcefile(modulePath)
6262

63-
return getUnicode(os.path.dirname(os.path.realpath(_)), sys.getfilesystemencoding())
63+
return getUnicode(os.path.dirname(os.path.realpath(_)), encoding=sys.getfilesystemencoding())
6464

6565
def main():
6666
"""

0 commit comments

Comments
 (0)