summaryrefslogtreecommitdiff
path: root/src/mailman/core/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/core/runner.py')
-rw-r--r--src/mailman/core/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/core/runner.py b/src/mailman/core/runner.py
index d193a1082..d0ff6f5ce 100644
--- a/src/mailman/core/runner.py
+++ b/src/mailman/core/runner.py
@@ -66,7 +66,7 @@ class Runner:
# Check whether the runner is queue runner or not; non-queue runner
# should not have queue_directory or switchboard instance.
if self.is_queue_runner:
- self.queue_directory = expand(section.path, substitutions)
+ self.queue_directory = expand(section.path, None, substitutions)
self.switchboard = Switchboard(
name, self.queue_directory, slice, numslices, True)
else: