[Treepkg-commits] r296 - branches/scratchbox/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 22 15:36:04 CEST 2010


Author: bricks
Date: 2010-04-22 15:36:04 +0200 (Thu, 22 Apr 2010)
New Revision: 296

Modified:
   branches/scratchbox/treepkg/sbuilder.py
Log:
fixed character issue


Modified: branches/scratchbox/treepkg/sbuilder.py
===================================================================
--- branches/scratchbox/treepkg/sbuilder.py	2010-04-22 13:05:19 UTC (rev 295)
+++ branches/scratchbox/treepkg/sbuilder.py	2010-04-22 13:36:04 UTC (rev 296)
@@ -141,7 +141,7 @@
         finally:
             # compress logfile
             if logfile is not None and os.path.exists(logfile):
-                run.call(cmdexpand("gzip -9 $logfile", logfile=logfile))
+                run.call(cmdexpand("gzip -9 $logfile", logfile=logfile))
             # remove all mounted directories
             self.umount_all()
 



More information about the Treepkg-commits mailing list