Skip to content

Correct implementation of size() method in source and cache

  • Instead of relying on exceptions, test for existence and isdirectory status of the url first, then ask the underlying fsspec file system for size
  • Add unit tests

Merge request reports