mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-10 18:21:14 +00:00
Minor update for #1022
This commit is contained in:
parent
fe58aff26c
commit
84ba5f35ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1741,7 +1741,7 @@ def getConsoleWidth(default=80):
|
|||
|
||||
if len(items) == 2 and items[1].isdigit():
|
||||
width = int(items[1])
|
||||
except OSError:
|
||||
except (OSError, MemoryError):
|
||||
pass
|
||||
|
||||
if width is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue