summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
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()