[Treepkg-commits] r538 - trunk/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Sep 3 12:55:32 CEST 2011


Author: bricks
Date: 2011-09-03 12:55:32 +0200 (Sat, 03 Sep 2011)
New Revision: 538

Modified:
   trunk/treepkg/cmdexpand.py
Log:
Revert ugly hack for the command from config file problem


Modified: trunk/treepkg/cmdexpand.py
===================================================================
--- trunk/treepkg/cmdexpand.py	2011-09-02 12:06:57 UTC (rev 537)
+++ trunk/treepkg/cmdexpand.py	2011-09-03 10:55:32 UTC (rev 538)
@@ -112,5 +112,5 @@
                 raise ValueError("In %r the characters after the '@'"
                                  " do not match a python identifier" % word)
         else:
-            words[index:index +1] = expandword(word, kw).split(" ")
+            words[index] = expandword(word, kw)
     return words



More information about the Treepkg-commits mailing list