nathanhi / pyfatfs

Python based FAT12/FAT16/FAT32 implementation with VFAT support
https://pypi.org/project/pyfatfs/
MIT License
31 stars 14 forks source link

Restore original iterator for non-lazy load #32

Closed zurcher closed 1 year ago

zurcher commented 1 year ago

The modified iterator causes failure of FileSystem.tree() and copy_dir() APIs, possibly more.

zurcher commented 1 year ago

Here's my test code for exercising the copy_dir and tree APIs.

nathanhi commented 1 year ago

Awesome, thank you once again for your contribution! Sorry to keep you waiting with reviewing your changes. I've taken the liberty of updating the tests and updating the changelog.