diff options
| author | zmedico <zmedico@gentoo.org> | 2009-02-21 01:59:02 +0000 |
|---|---|---|
| committer | zmedico <zmedico@gentoo.org> | 2009-02-21 01:59:02 +0000 |
| commit | bc020c31c30d84e15954a26b7066cfdae7ff3064 (patch) | |
| tree | 3e62d01bcebebf918b6bbecf4085ea54207f9be6 /trunk/src/ekeyword/ChangeLog | |
| parent | ac55331a1aa5deb34db50d78439fbec7a9cb05bc (diff) | |
| download | gentoolkit-bc020c31c30d84e15954a26b7066cfdae7ff3064.tar.gz | |
Inside summarylist(), it's possible for myglsa.packages.keys() to contain
unicode objects, which trigger and exception like this:
File "//usr/lib64/portage/pym/portage/dep.py", line 535, in __init__
obj_setattr(self, x, getattr(s, x))
AttributeError: 'unicode' object has no attribute '__eq__'
To solve this problem, convert unicode objects to plain str before passing
them to the portage api. Thanks to Ned Ludd <solar@g.o> for reporting.
svn path=/; revision=548
Diffstat (limited to 'trunk/src/ekeyword/ChangeLog')
0 files changed, 0 insertions, 0 deletions
