diff options
| author | bwarsaw | 2001-06-07 20:49:20 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-06-07 20:49:20 +0000 |
| commit | 6c8674fa54696876d34f4dcebb98aa7f884da92f (patch) | |
| tree | 715c9e85c916357998789e58ad9d2f61c12e39f2 | |
| parent | 347935209e744c04daca9f85608cedcda8975aa5 (diff) | |
| download | mailman-6c8674fa54696876d34f4dcebb98aa7f884da92f.tar.gz mailman-6c8674fa54696876d34f4dcebb98aa7f884da92f.tar.zst mailman-6c8674fa54696876d34f4dcebb98aa7f884da92f.zip | |
| -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 |
