8000 Update nibabel/arrayproxy.py · nipy/nibabel@cb9a77a · GitHub
[go: up one dir, main page]

Skip to content

Commit cb9a77a

Browse files
authored
Update nibabel/arrayproxy.py
1 parent 18d982c commit cb9a77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/arrayproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def __init__(self, file_like, spec, *,
214214
# Flags to keep track of whether a single ImageOpener is created, and
215215
# whether a single underlying file handle is created.
216216
self._keep_file_open, self._persist_opener = \
217-
self._should_keep_file_open(file_like, keep_file_open, compression)
217+
self._should_keep_file_open(keep_file_open, compression)
218218
self._lock = RLock()
219219

220220
def _has_fh(self) -> bool:

0 commit comments

Comments
 (0)
0