From 49050c59a18751fd17739fc460f3396dfa944ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Thu, 19 Aug 2010 13:44:53 +0000 Subject: [PATCH] Bugfix --- pym/cl_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_template.py b/pym/cl_template.py index 25b1778..0e5ed80 100644 --- a/pym/cl_template.py +++ b/pym/cl_template.py @@ -417,7 +417,7 @@ class fileHeader(_terms): else: self.headerTerm = False self.setError(_("incorrect header parameters - '%s'")\ - %"append=%s"%self.params["append"] + %"append=%s"%self.params["append"]) if not incorrectParams and self.params: incorrectParams = set(self.params.keys()) - set(self.allowParam) if incorrectParams: