summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge')
-rw-r--r--pym/_emerge/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 2056d44a2..79b38f64d 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -5465,7 +5465,7 @@ class depgraph(object):
all_added.sort()
for a in all_added:
print ">>> Recording %s in \"world\" favorites file..." % \
- colorize("INFORM", a)
+ colorize("INFORM", str(a))
if all_added:
world_set.update(all_added)
world_set.unlock()