mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-22 14:19:03 +00:00
Minor worflow change in case of unhandled exceptions (disregard --batch)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user