mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor path related to the #1676
This commit is contained in:
parent
954b4ec32b
commit
4916f1b2b2
1 changed files with 2 additions and 0 deletions
|
|
@ -179,8 +179,10 @@ class Task(object):
|
|||
if self.process:
|
||||
try:
|
||||
self.process.kill()
|
||||
return self.process.wait()
|
||||
except:
|
||||
pass
|
||||
return None
|
||||
|
||||
def engine_get_id(self):
|
||||
if self.process:
|
||||
|
|
|
|||
Loading…
Reference in a new issue