boilerplate: fix variable misuse in 'cap' recipe
This commit is contained in:
parent
ec10ec3382
commit
43ec8a8a00
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class CapRecipe(Recipe):
|
||||||
else:
|
else:
|
||||||
code.append('')
|
code.append('')
|
||||||
code.append(self.LINES['docbound'])
|
code.append(self.LINES['docbound'])
|
||||||
code.append(' raise NotImplementedError()')
|
code.append(self.LINES['body'])
|
||||||
codes.append('\n'.join(code))
|
codes.append('\n'.join(code))
|
||||||
|
|
||||||
return '\n\n'.join(codes)
|
return '\n\n'.join(codes)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue