Elektrine lite

← Feed

@cpontvieux@piaille.fr

Post #2273803

2026-05-07 06:25 UTC

@gspeed0689@mapstodon.space @eliocamp@mastodon.social you don't need the list. Use glob for non recursive.

Replies (1)

  • @gspeed0689@mapstodon.space 2026-05-07 06:32

    @cpontvieux@piaille.fr @eliocamp@mastodon.social The list() is not needed, but since .rglob is a generator I generally use list so I can re-use the file list multiple times without re-calling.

    Open ##2273804