On Thu, 2015-10-15 at 12:27 -0500, Benjamin Esquivel wrote:
> + if (bb.utils.movefile(sourcefile, destdir) == None):
> + raise Exception("moving {} to {} failed".format(
> + sourcefile, destdir))
Its a minor issue, however rightly or wrongly, the vast majority of the
code base uses "xxx %s %s" % (var, var2) instead of .format(). Is there
a reason we should be using the latter as for consistency, the former
would seem to make things more standardised?
Cheers,
Richard
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core