changeset 4500:79562531c2cf

Oops, expensive expand fix in commands.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 24 Oct 2008 21:33:22 +0200
parents b616cc712965
children bb50fa3478e6
files gub/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/commands.py	Fri Oct 24 21:32:18 2008 +0200
+++ b/gub/commands.py	Fri Oct 24 21:33:22 2008 +0200
@@ -132,7 +132,7 @@
             
         for file_name in files:
             if not self.silent:
-                logger.write_log ('Applying %(func)s () to %(file_name)s\n', 'action')
+                logger.write_log ('Applying %(func)s () to %(file_name)s\n' % locals (), 'action')
             self.func (logger, file_name)
 
     def checksum (self, hasher):