Skip to content

Propagate kwargs from _ls and _ls_from_http to _ls_real#141

Open
duncanmmacleod wants to merge 1 commit into
PelicanPlatform:mainfrom
duncanmmacleod:propagate-kwargs-ls-ls_from_http
Open

Propagate kwargs from _ls and _ls_from_http to _ls_real#141
duncanmmacleod wants to merge 1 commit into
PelicanPlatform:mainfrom
duncanmmacleod:propagate-kwargs-ls-ls_from_http

Conversation

@duncanmmacleod

@duncanmmacleod duncanmmacleod commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

This PR patches the PelicanFileSystem._ls and PelicanFileSystem._ls_from_http methods to propagate any **kwargs to the PelicanFileSystem._ls_real method.

This is required to reuse an open WebDAV client for all subsequent operations (via the client keyword), which significantly speeds up long walks.

This is required to reuse an open webdav client for all calls, which significantly speeds up long walks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant