diff options
| -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: |
