Re: find str in list of file nodes
Bill Deegan <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CAEyG4CEz3LEy3+ssT7iE7p+YCjQcyodHJynjr+2iBgehuJnDiA@mail.gmail.com> |
That is the SCons'ian way.. :) On Wed, Jul 15, 2020 at 2:18 PM daggs <[email protected]> wrote: > Greetings Bill, > > that will do indeed, I just thought there is a more "SCons" way than > python way. > > Thanks, > > Dagg. > > *Sent:* Wednesday, July 15, 2020 at 11:15 PM > *From:* "Bill Deegan" <[email protected]> > *To:* "SCons users mailing list" <[email protected]> > *Subject:* Re: [Scons-users] find str in list of file nodes > Dagg, > > Not entirely sure what you're asking. > Do you have a list of Node's (in this case File Nodes) and you want to > find if they're in a file path?) > nodes_in_path = [n for n in nodes if my_path in str(n)] > ? > > -Bill > > On Wed, Jul 15, 2020 at 9:51 AM daggs <[email protected]> wrote: > >> Greetings, >> >> I have an input of list of SCons.Node.FS.File and an path str that I want >> look for it. >> is there a prper way t convert and str to SCons.Node.FS.File or I need to >> convert the entire list to strs? >> >> Thanks, >> >> Dagg. >> _______________________________________________ >> Scons-users mailing list >> [email protected] >> https://pairlist4.pair.net/mailman/listinfo/scons-users > > _______________________________________________ Scons-users mailing list > [email protected] > https://pairlist4.pair.net/mailman/listinfo/scons-users > _______________________________________________ > Scons-users mailing list > [email protected] > https://pairlist4.pair.net/mailman/listinfo/scons-users > _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users