another annoy space bug
authorAlec Warner <antarus@gentoo.org>
Fri, 12 Jan 2007 09:00:01 +0000 (09:00 -0000)
committerAlec Warner <antarus@gentoo.org>
Fri, 12 Jan 2007 09:00:01 +0000 (09:00 -0000)
svn path=/main/trunk/; revision=5602

pym/portage_dep.py

index 59fa3a0f51ec184c903e4836fa5e22bda125a6a9..b13569822295691624234b31a5ff83cf5112c345 100644 (file)
@@ -180,7 +180,7 @@ def use_reduce(deparray, uselist=[], masklist=[], matchall=0, excludeall=[]):
                                        sys.stderr.write("Note: Nested use flags without parenthesis (Deprecated)\n")
                                        warned = 1
                                if warned:
-                                       sys.stderr.write("  --> "+"".join(map(str,[head]+newdeparray))+"\n")
+                                       sys.stderr.write("  --> "+" ".join(map(str,[head]+newdeparray))+"\n")
 
                                # Check that each flag matches
                                ismatch = True