[Buildbot-devel] Interpolate on property with a space
Mikhail Sobolev
mss at mawhrin.net
Mon Jan 26 12:14:03 UTC 2015
Hi Vitali,
On Sun, Jan 25, 2015 at 12:18:36PM -0800, Vitali Lovich wrote:
> I’m trying to figure out how to interpolate a property that has a space in the name, but I can’t figure it out.
> I seem to be running afoul of the identifier_re check…
Yes, the identifier_re[1] is used to make sure that the property adheres to a
particular format.
I wonder though, why you might need to interpolate such a property?
--
Misha
[1] https://github.com/buildbot/buildbot/blob/eight/master/buildbot/process/properties.py#L431
More information about the devel
mailing list