mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor update regarding #5297
This commit is contained in:
parent
1f83076e70
commit
d0d4cf4f6d
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ try:
|
|||
if hasattr(module, "dialects"):
|
||||
_sqlalchemy = module
|
||||
warnings.simplefilter(action="ignore", category=_sqlalchemy.exc.SAWarning)
|
||||
except ImportError:
|
||||
except:
|
||||
pass
|
||||
finally:
|
||||
sys.path = _path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue