summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandesh Kumar Agrawal2013-01-17 06:49:44 +0530
committerSandesh Kumar Agrawal2013-01-17 06:49:44 +0530
commitdde63003c1b489744dce6b3181b95276ec88a1da (patch)
tree188a834593dbc8a9b21352c536b262334f8117ca
parentd4a84424032052e35a96c9f4ac8ba9f4a5d6633b (diff)
downloadmailman-dde63003c1b489744dce6b3181b95276ec88a1da.tar.gz
mailman-dde63003c1b489744dce6b3181b95276ec88a1da.tar.zst
mailman-dde63003c1b489744dce6b3181b95276ec88a1da.zip
-rw-r--r--src/mailman/core/runner.py1
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: