Skip to content

Commit cba9d07

Browse files
committedMay 25, 2015
flake8
1 parent 9e73699 commit cba9d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎v7/jade/jade.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def render_template(self, template_name, output_name, context):
7373
if pyjade is None:
7474
req_missing(['pyjade'], 'use this theme')
7575
if not template_name.endswith('.jade'):
76-
template_name = os.path.splitext(template_name)[0]+'.jade'
76+
template_name = os.path.splitext(template_name)[0] + '.jade'
7777
template = self.lookup.get_template(template_name)
7878
output = template.render(**context)
7979
if output_name is not None:

0 commit comments

Comments
 (0)
Please sign in to comment.