diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
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() |