Skip to content

Commit

Permalink
Fix missing dedent function when rendering templates
Browse files Browse the repository at this point in the history
This fixes #224.
  • Loading branch information
Arkanosis committed Aug 25, 2016
1 parent 8a1f15a commit 8bab5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shedskin/cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ def module_cpp(self, node):
listcomps=self.mv.listcomps,
cpp_name=self.cpp_name,
namer=self.namer,
dedent=textwrap.dedent
)
print >>self.out, file_top

Expand Down

0 comments on commit 8bab5f9

Please sign in to comment.