Skip to content

Commit 3df5b36

Browse files
committed
new fh method
1 parent a728ef0 commit 3df5b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/active.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def _process_chunk(self, session, ds, chunks, chunk_coords, chunk_selection, cou
474474

475475
if self.storage_type == 's3' and self._version == 1:
476476

477-
tmp, count = reduce_opens3_chunk(ds.fh, offset, size, compressor, filters,
477+
tmp, count = reduce_opens3_chunk(ds._fh, offset, size, compressor, filters,
478478
self.missing, ds.dtype,
479479
chunks, ds_order,
480480
chunk_selection, method=self.method

0 commit comments

Comments
 (0)