diff makeitso/makeitso.py @ 114:b8d5d2041fe0

stub out project name -> package name
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 17 Jan 2011 14:38:42 -0800
parents c3b8ce33d3ad
children 0107f95376b3
line wrap: on
line diff
--- a/makeitso/makeitso.py	Mon Jan 17 14:32:07 2011 -0800
+++ b/makeitso/makeitso.py	Mon Jan 17 14:38:42 2011 -0800
@@ -371,7 +371,7 @@
         vars = self.get_variables(**variables)
         self.check_missing(vars)
 
-        # make the output directory
+        # make the output directory if multiple templates
         if output and len(self.templates) > 1 and not os.path.exists(output):
             os.makedirs(output)