Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 25, 2015
1 parent 9e73699 commit cba9d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v7/jade/jade.py
Expand Up @@ -73,7 +73,7 @@ def render_template(self, template_name, output_name, context):
if pyjade is None:
req_missing(['pyjade'], 'use this theme')
if not template_name.endswith('.jade'):
template_name = os.path.splitext(template_name)[0]+'.jade'
template_name = os.path.splitext(template_name)[0] + '.jade'
template = self.lookup.get_template(template_name)
output = template.render(**context)
if output_name is not None:
Expand Down

0 comments on commit cba9d07

Please sign in to comment.