From 81eb55811c08835eb399cbec39703e47e43463c8 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Fri, 18 Dec 2015 17:00:22 +0100 Subject: [PATCH] Correct indentation --- patacrep/templates.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/patacrep/templates.py b/patacrep/templates.py index 3ba3867d..f86b1d99 100644 --- a/patacrep/templates.py +++ b/patacrep/templates.py @@ -176,11 +176,12 @@ class TexBookRenderer(Renderer): if subtemplate in skip: continue subtemplate = self.jinjaenv.get_template(subtemplate) - variables.update(self.get_template_variables( - subtemplate, - skip + templates + variables.update( + self.get_template_variables( + subtemplate, + skip + templates + ) ) - ) return variables def parse_template(self, template):