summaryrefslogtreecommitdiff
path: root/portato/gui
diff options
context:
space:
mode:
authornecoro <>2007-04-26 17:34:09 +0000
committernecoro <>2007-04-26 17:34:09 +0000
commit9b4319e484de43ac72b407d0656e967445c36dd4 (patch)
treeba6f0ecd71cbcffed631ec08b8bd4a749bc3cf97 /portato/gui
parent83dad864f08fb5bb6a362631c7418814c01e84e4 (diff)
downloadportato-9b4319e484de43ac72b407d0656e967445c36dd4.tar.gz
portato-9b4319e484de43ac72b407d0656e967445c36dd4.tar.bz2
portato-9b4319e484de43ac72b407d0656e967445c36dd4.zip
some more fixed bugs
Diffstat (limited to 'portato/gui')
-rw-r--r--portato/gui/gui_helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py
index 377b554..86fd6ed 100644
--- a/portato/gui/gui_helper.py
+++ b/portato/gui/gui_helper.py
@@ -607,6 +607,7 @@ class EmergeQueue:
try:
os.kill(self.process.pid, signal.SIGTERM)
debug("Process should be killed")
+ os.kill(self.process.pid, signal.SIGKILL) # to be sure
except AttributeError:
debug("AttributeError occured ==> process not exisiting - ignore")
except OSError:
2008-01-14 r621@Devoty: necoro | 2008-01-14 20:21:40 +0100Necoro2-21/+61 2008-01-14 r618@Devoty: necoro | 2008-01-14 20:19:05 +0100Necoro2-35/+57 2008-01-14 r617@Devoty: necoro | 2008-01-14 19:12:59 +0100Necoro2-10/+10 2008-01-14 r609@Devoty: necoro | 2008-01-14 17:04:38 +0100Necoro9-394/+477 2008-01-14 r605@Devoty: necoro | 2008-01-14 11:43:34 +0100Necoro2-26/+129 2008-01-14 r603@Devoty: necoro | 2008-01-14 11:30:26 +0100Necoro4-26/+38 2008-01-11 r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro4-10/+50 2008-01-11 r597@Devoty: necoro | 2008-01-10 14:12:35 +0100Necoro1-3/+3 2008-01-10 r595@Devoty: necoro | 2008-01-10 04:04:15 +0100Necoro1-52/+3 2008-01-09 r586@Devoty: necoro | 2008-01-09 14:54:18 +0100Necoro1-1/+1 2007-12-06 r577@Devoty: necoro | 2007-12-06 20:37:36 +0100Necoro1-1/+1 2007-12-06 r572@Devoty: necoro | 2007-11-28 08:48:15 +0100Necoro1-0/+1 2007-11-27 r570@Devoty: necoro | 2007-11-27 02:08:21 +0100Necoro3-84/+108