This commit is contained in:
Miroslav Stampar
2019-01-10 16:43:06 +01:00
parent 17be4d6374
commit 204c1950fc
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ try:
# problems with ctypes (Reference: https://github.com/sqlmapproject/sqlmap/issues/2952)
_ = multiprocessing.Value('i')
except (ImportError, OSError):
except (ImportError, OSError, AttributeError):
pass
else:
try: