Browse Source

Correct indentation

pull/184/head
Oliverpool 9 years ago
parent
commit
81eb55811c
  1. 3
      patacrep/templates.py

3
patacrep/templates.py

@ -176,7 +176,8 @@ class TexBookRenderer(Renderer):
if subtemplate in skip:
continue
subtemplate = self.jinjaenv.get_template(subtemplate)
variables.update(self.get_template_variables(
variables.update(
self.get_template_variables(
subtemplate,
skip + templates
)

Loading…
Cancel
Save