chk_updated_info_files: redo previous TypeError fix
authorFabian Groffen <grobian@gentoo.org>
Wed, 31 Aug 2011 18:43:25 +0000 (20:43 +0200)
committerFabian Groffen <grobian@gentoo.org>
Wed, 31 Aug 2011 18:43:25 +0000 (20:43 +0200)
commit5551d449dffe531935dcd672f37c5cd3abd55a44
treea50309322ff85af0e91f1a298e8cdb70cab53786
parent3b74444f6684d7696e549cbdb76b8d1a0795fe2d
chk_updated_info_files: redo previous TypeError fix

Another attempt as suggested and explained by Burcin Erocal.  % has
precedence over +, so concatenate the two strings in the C-way.
pym/_emerge/main.py