We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca163d commit e468d61Copy full SHA for e468d61
1 file changed
pythonwhat/local.py
@@ -104,10 +104,10 @@ def kill(self):
104
try:
105
if self.is_alive():
106
self.executeTask(TaskKillProcess())
107
- self.terminate()
108
self.join(timeout=3.0)
109
110
- raise Exception
+ self.terminate()
+ self.join(timeout=3.0)
111
if self in self.instances:
112
self.instances.remove(self)
113
finally:
0 commit comments