Skip to content

Commit

Permalink
fix name for the second parameter of self in the post mehtod
Browse files Browse the repository at this point in the history
  • Loading branch information
Encolpe DEGOUTE committed Apr 23, 2012
1 parent 4200125 commit 732ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zopeskel/unis/templates.py
Expand Up @@ -438,5 +438,5 @@ def run(self, command, output_dir, vars):
def post(self, command, output_dir, vars):
## XXX We should cleanup unused modules

super(UnisPlone4Buildout, self).post(command, project_folder, vars)
super(UnisPlone4Buildout, self).post(command, output_dir, vars)

0 comments on commit 732ebc2

Please sign in to comment.