Skip to content

Commit 762d85a

Browse files
committed
small typo
1 parent 3df5b36 commit 762d85a

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
@@ -476,7 +476,7 @@ def _process_chunk(self, session, ds, chunks, chunk_coords, chunk_selection, cou
476476

477477
tmp, count = reduce_opens3_chunk(ds._fh, offset, size, compressor, filters,
478478
self.missing, ds.dtype,
479-
chunks, ds_order,
479+
chunks, ds._order,
480480
chunk_selection, method=self.method
481481
)
482482

0 commit comments

Comments
 (0)