toolsutils.py
branchtls-sprint
changeset 1138 22f634977c95
parent 1132 96752791c2b6
child 1802 d628defebc17
--- a/toolsutils.py	Mon Mar 23 18:53:53 2009 +0100
+++ b/toolsutils.py	Wed Mar 25 10:40:22 2009 +0100
@@ -114,7 +114,7 @@
                 tfpath = tfpath[:-5]
                 if not askconfirm or not exists(tfpath) or \
                        confirm('%s exists, overwrite?' % tfpath):
-                    fname = fill_templated_file(fpath, tfpath, context)
+                    fill_templated_file(fpath, tfpath, context)
                     print '[generate] %s <-- %s' % (tfpath, fpath)
             elif exists(tfpath):
                 show_diffs(tfpath, fpath, askconfirm)