[Piuparts-commits] rev 420 - trunk
Holger Levsen
holger at alioth.debian.org
Tue May 26 23:21:59 UTC 2009
Author: holger
Date: 2009-05-26 23:21:59 +0000 (Tue, 26 May 2009)
New Revision: 420
Modified:
trunk/piuparts-slave.py
Log:
aren't whitespaces neat?
Modified: trunk/piuparts-slave.py
===================================================================
--- trunk/piuparts-slave.py 2009-05-26 23:16:03 UTC (rev 419)
+++ trunk/piuparts-slave.py 2009-05-26 23:21:59 UTC (rev 420)
@@ -342,7 +342,7 @@
command += "--keep-sources-list "
if config["mirror"]:
- command += "--mirror %s" % config["mirror"]
+ command += "--mirror %s " % config["mirror"]
command += package["Package"]
logging.debug("Executing: %s" % command)
More information about the Piuparts-commits
mailing list