mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Now it works also on Mac OS X
This commit is contained in:
parent
722ca8bf2f
commit
e8c115500d
5 changed files with 23 additions and 7 deletions
|
|
@ -63,8 +63,8 @@ class Magic:
|
|||
def __del__(self):
|
||||
try:
|
||||
magic_close(self.cookie)
|
||||
except Exception, e:
|
||||
print "got this:", e
|
||||
except Exception, _:
|
||||
pass
|
||||
|
||||
|
||||
_magic_mime = None
|
||||
|
|
|
|||
BIN
lib/contrib/upx/macosx/upx
Executable file
BIN
lib/contrib/upx/macosx/upx
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue