mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor path related to the #1676
This commit is contained in:
parent
954b4ec32b
commit
4916f1b2b2
|
@ -179,8 +179,10 @@ class Task(object):
|
||||||
if self.process:
|
if self.process:
|
||||||
try:
|
try:
|
||||||
self.process.kill()
|
self.process.kill()
|
||||||
|
return self.process.wait()
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
return None
|
||||||
|
|
||||||
def engine_get_id(self):
|
def engine_get_id(self):
|
||||||
if self.process:
|
if self.process:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user