Skip to content

Commit

Permalink
use the right frame depth
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed May 9, 2010
1 parent 481210f commit 1ebd7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deformdemo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ class Schema2(colander.Schema):

html = ''.join(html)

code, start, end = self.get_code(2)
code, start, end = self.get_code(1)

# values passed to template for rendering
return {
Expand Down

0 comments on commit 1ebd7e6

Please sign in to comment.