mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor worflow change in case of unhandled exceptions (disregard --batch)
This commit is contained in:
parent
6b3f01bfeb
commit
80f3b9a711
3 changed files with 4 additions and 4 deletions
|
|
@ -3367,7 +3367,7 @@ def createGithubIssue(errMsg, excMsg):
|
|||
msg += "with the unhandled exception information at "
|
||||
msg += "the official Github repository? [y/N] "
|
||||
try:
|
||||
choice = readInput(msg, default='N', boolean=True)
|
||||
choice = readInput(msg, default='N', checkBatch=False, boolean=True)
|
||||
except:
|
||||
choice = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue