mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor update regarding #5297
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user