From dbde6231ec897379ed38ed4cd015b8ab20ed5fa1 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 16 Jul 2016 15:44:07 -0400 Subject: New template system. Closes #249 The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details. --- src/mailman/core/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/core/runner.py') 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: -- cgit v1.2.3-70-g09d2