mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor patch (fixes #3795)
This commit is contained in:
parent
3676cef79b
commit
f9489c3352
4 changed files with 5 additions and 3 deletions
|
|
@ -3762,7 +3762,7 @@ def createGithubIssue(errMsg, excMsg):
|
|||
logger.info(infoMsg)
|
||||
|
||||
try:
|
||||
with open(paths.GITHUB_HISTORY, "a+b") as f:
|
||||
with openFile(paths.GITHUB_HISTORY, "a+b") as f:
|
||||
f.write("%s\n" % key)
|
||||
except:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue