[Buildbot-devel] Properties objects
Ian Peters-Campbell
mahatmamanic at gmail.com
Tue Feb 10 23:39:51 UTC 2009
If in an extended class I want to pass a custom Properties object to a
BuildRequest constructor, is Properties.update the correct way to do that,
like so:
d = {}
d['f'oo'] = bar
d['baz'] = quz
p = Properties()
p.update(d, "MY STUFF")
request = BuildRequest(reason, source, builder, p)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090210/a1d161d3/attachment.html>
More information about the devel
mailing list