mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
Minor bug fix
This commit is contained in:
parent
767c67e37a
commit
e8b0fd90c8
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ class UPX:
|
|||
pollProcess(process)
|
||||
upxStdout, upxStderr = process.communicate()
|
||||
|
||||
if (self, hasattr('__upxTempExe')):
|
||||
if hasattr(self, '__upxTempExe'):
|
||||
os.remove(self.__upxTempExe.name)
|
||||
|
||||
msg = "failed to compress the file"
|
||||
|
|
|
|||
Loading…
Reference in a new issue