diff options
| author | Sandesh Kumar Agrawal | 2013-01-17 06:49:44 +0530 |
|---|---|---|
| committer | Sandesh Kumar Agrawal | 2013-01-17 06:49:44 +0530 |
| commit | dde63003c1b489744dce6b3181b95276ec88a1da (patch) | |
| tree | 188a834593dbc8a9b21352c536b262334f8117ca /src/mailman/core/runner.py | |
| parent | d4a84424032052e35a96c9f4ac8ba9f4a5d6633b (diff) | |
| download | mailman-dde63003c1b489744dce6b3181b95276ec88a1da.tar.gz mailman-dde63003c1b489744dce6b3181b95276ec88a1da.tar.zst mailman-dde63003c1b489744dce6b3181b95276ec88a1da.zip | |
Diffstat (limited to 'src/mailman/core/runner.py')
| -rw-r--r-- | src/mailman/core/runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/core/runner.py b/src/mailman/core/runner.py index 05a70ce5b..7cfa38b5c 100644 --- a/src/mailman/core/runner.py +++ b/src/mailman/core/runner.py @@ -67,7 +67,6 @@ class Runner: section = getattr(config, 'runner.' + name) substitutions = config.paths substitutions['name'] = name - self.queue_directory = expand(section.path, substitutions) numslices = int(section.instances) # Check whether the runner is queue runner or not; non queue runner should not have queue_directory or switchboard instance. if self.is_non_queue_runner: |
