diff options
| -rw-r--r-- | cron/qrunner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/qrunner b/cron/qrunner index 64707ee9d..0d588cef9 100644 --- a/cron/qrunner +++ b/cron/qrunner @@ -138,8 +138,8 @@ def start_runner(qrclass, slice, count): return pid else: # child - qrunner = qrclass(slice, count).run() try: + qrunner = qrclass(slice, count).run() syslog('qrunner', '%s qrunner exiting' % qrclass) except KeyboardInterrupt: # Due to race conditions, the subproc could get the SIGINT inside |
