From e811e55a8e8e451c6fc7b723f26a6351f997a14e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 14 Feb 2011 14:26:29 +0100 Subject: some parts of cli working again --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 5d11824d7..d045581b5 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -379,7 +379,7 @@ class Core(object): self.shutdown() self.log.info(_("pyLoad quits")) self.removeLogger() - exit() + _exit(0) #@TODO thrift blocks shutdown self.threadManager.work() self.scheduler.work() -- cgit v1.2.3