[Buildbot-devel] Non string build properties

Aurelien Bompard aurelien at bompard.org
Mon Sep 13 19:03:20 UTC 2010


 
> command = ['aria2c', '-Z']
> command.extend(WithProperties('%(listproperty)s')
> 
> because the WithProperties object is a non-iterable object.
> 
> Anyone have any ideas?

How about defining the command as a string :
command = WithProperties("aria2c -Z %(listproperty)s")
In this case I think it's called in a shell, so spaces delimit arguments.


Aurélien
-- 
http://aurelien.bompard.org  ~~~~  Jabber : abompard at jabber.fr
"Everyone thinks of changing the world, but no one
thinks of changing himself." -- Tolstoï




More information about the devel mailing list