# HG changeset patch # User Jeff Hammel # Date 1294360720 28800 # Node ID 93f2b2c7f83872731872d52b37309abecbb1dcdc # Parent 112bf081148cf0fda6ab89780321e779b4677c30 add a comment diff -r 112bf081148c -r 93f2b2c7f838 makeitso/cli.py --- a/makeitso/cli.py Thu Jan 06 15:54:55 2011 -0800 +++ b/makeitso/cli.py Thu Jan 06 16:38:40 2011 -0800 @@ -55,6 +55,7 @@ if len(output) != 1: parser.error("Please specify one output") + # instantiate the template template = self.template_class(output=output[0], variables=variables) return template