ncar-xdev / ecgtools

ESM Catalog Generation tools
https://ecgtools.readthedocs.io
Apache License 2.0
9 stars 11 forks source link

Don't modify dir during directory walk() #162

Closed dougiesquire closed 1 year ago

dougiesquire commented 1 year ago

Change Summary

This PR implements a very simple fix for a change that was made to the way fsspec>=2023.6.0 walks filesystems. See #160 for details. Note that I've also pinned pydantic<2.0 in the CI environments to get the tests to pass. I'll remove these pins when addressing #161.

Related issue number

Closes #160

Checklist