Re: [AUH][PATCH v3 4/4] upgrade-helper.py: Add resume option to skip already attempted recipes
Alexander Kanavin <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <CANNYZj_ogpJFafzS=zXzg+iPZL64qURsHAugwwSvSrrB3wy03Q@mail.gmail.com> |
On Tue, 5 May 2026 at 08:49, Daniel Turull <[email protected]> wrote: > > > + if 'workdir' in g: > > > + if any(g['name'] == s['name'] for s in succeeded_pkggroups_ctx): > > > > This is more complex than the condition in the removed block below, why not > > use that: > > if g in succeeded_pkggroups_ctx: > > > I'll add your suggestion. Please be honest. Did AI introduce this inconsistency? Catching and correcting such things is on AI operators, not on reviewers. Alex