mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor bug fix
This commit is contained in:
parent
1f06d7d7de
commit
93ae1dfa2b
2 changed files with 4 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ try:
|
|||
|
||||
# problems on FreeBSD (Reference: http://www.eggheadcafe.com/microsoft/Python/35880259/multiprocessing-on-freebsd.aspx)
|
||||
_ = multiprocessing.Queue()
|
||||
except ImportError, _:
|
||||
except (ImportError, OSError):
|
||||
pass
|
||||
else:
|
||||
_multiprocessing = multiprocessing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue