It appears my FileDownload only fails when using WithProperties, as an
example;
FileDownload( mastersrc=WithProperties("make.inc.gcc.%(slavename)s"),
slavedest="make.inc" )
Gives the error;
exceptions.KeyError: 'slavename'
Is there a new way to use slavename with properties in 0.8.6?
Thanks,