mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor bug fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user