Skip to content

Commit 293138e

Browse files
jl-wynennvaytet
andauthored
Repeat comment for each unzip use
Co-authored-by: Neil Vaytet <[email protected]>
1 parent 1508921 commit 293138e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ess/reduce/data/_registry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ def _local_path(self, name: str) -> Path:
253253

254254
@property
255255
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.
256258
return _import_pooch().Unzip(self._extract_dir)
257259

258260

0 commit comments

Comments
 (0)