From: Alec Warner Date: Fri, 12 Jan 2007 09:00:01 +0000 (-0000) Subject: another annoy space bug X-Git-Tag: v2.1.2~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e7fb411c98d77c41958d8235ab3f442dc54f28e0;p=portage.git another annoy space bug svn path=/main/trunk/; revision=5602 --- diff --git a/pym/portage_dep.py b/pym/portage_dep.py index 59fa3a0f5..b13569822 100644 --- a/pym/portage_dep.py +++ b/pym/portage_dep.py @@ -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