mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Update regarding #3068
This commit is contained in:
parent
1d382bcb4d
commit
7a8add0412
3 changed files with 5 additions and 5 deletions
|
|
@ -264,8 +264,8 @@ def main():
|
|||
raise SystemExit
|
||||
|
||||
elif all(_ in excMsg for _ in ("twophase", "sqlalchemy")):
|
||||
errMsg = "please update the 'sqlalchemy' package "
|
||||
errMsg += "(Reference: https://github.com/apache/incubator-superset/issues/3447)"
|
||||
errMsg = "please update the 'sqlalchemy' package (>= 1.1.11) "
|
||||
errMsg += "(Reference: https://qiita.com/tkprof/items/7d7b2d00df9c5f16fffe)"
|
||||
logger.error(errMsg)
|
||||
raise SystemExit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue