Bug#574936: [Piuparts-devel] Bug#574936: piuparts: Option 'do-not-verify-signatures' makes piuparts fail

2010-04-20 Thread Holger Levsen
Hi Cleto, thanks for your bug report with patch! Two issues: a.) your patch to delete empty arguments seems to modify the arguments, did you test if everything still works: (?) command = 'huhu huhu' command = [x for x in command if x] print command ['h', 'u', 'h', 'u', ' ', 'h', 'u',

Bug#574936: [Piuparts-devel] Bug#574936: piuparts: Option 'do-not-verify-signatures' makes piuparts fail

2010-04-20 Thread Cleto Martin Angelina
Hi, Holger! a.) your patch to delete empty arguments seems to modify the arguments, did you test if everything still works: (?) command = 'huhu huhu' command = [x for x in command if x] print command ['h', 'u', 'h', 'u', ' ', 'h', 'u', 'h', 'u'] command = 'huhu huhu' print command huhu