On 7 Jul 2023, at 00:21, Ramsay, Lincoln via lists.openembedded.org <[email protected]> wrote: > - dependent = re.sub("([^%](%%)*)%i", > "\\1{}".format(instance), dependent) > + dependent = re.sub("([^%](%%)*)%i", > "\\g<1>{}".format(instance), dependent)
Interestingly, Yuta submitted the identical patch last week (queued for master). Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184004): https://lists.openembedded.org/g/openembedded-core/message/184004 Mute This Topic: https://lists.openembedded.org/mt/99996661/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
