We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1508921 commit 293138eCopy full SHA for 293138e
src/ess/reduce/data/_registry.py
@@ -253,6 +253,8 @@ def _local_path(self, name: str) -> Path:
253
254
@property
255
def _unzip_processor(self) -> Any:
256
+ # Create a new processor on demand because reusing the same processor would
257
+ # reuse the same output path for every file.
258
return _import_pooch().Unzip(self._extract_dir)
259
260
0 commit comments