mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
Minor bug fix
This commit is contained in:
parent
767c67e37a
commit
e8b0fd90c8
|
@ -79,7 +79,7 @@ class UPX:
|
||||||
pollProcess(process)
|
pollProcess(process)
|
||||||
upxStdout, upxStderr = process.communicate()
|
upxStdout, upxStderr = process.communicate()
|
||||||
|
|
||||||
if (self, hasattr('__upxTempExe')):
|
if hasattr(self, '__upxTempExe'):
|
||||||
os.remove(self.__upxTempExe.name)
|
os.remove(self.__upxTempExe.name)
|
||||||
|
|
||||||
msg = "failed to compress the file"
|
msg = "failed to compress the file"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user