From 3cd1a69a16e971af6ff88d962dff280d2849c4a9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 12 Jan 2007 11:53:27 +0000 Subject: Fix another typo. svn path=/main/trunk/; revision=5609 --- pym/portage_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage_util.py b/pym/portage_util.py index d231e9fa6..40bdcb9cf 100644 --- a/pym/portage_util.py +++ b/pym/portage_util.py @@ -154,7 +154,7 @@ def stack_dicts(dicts, incremental=0, incrementals=[], ignore_none=0): final_dict[y] += " "+mydict[y][:] else: final_dict[y] = mydict[y][:] - mydict[y] = "".join(mydict[y].split()) # Remove extra spaces. + mydict[y] = " ".join(mydict[y].split()) # Remove extra spaces. return final_dict def stack_lists(lists, incremental=1): -- cgit v1.2.3-1-g7c22