Skip to content

Commit c782eda

Browse files
authored
ENH: Do not set KEEP_FILE_OPEN_DEFAULT
Keeping the file handle open within indexed_gzip may be producing the issue reported in gh-801. This will have us rely strictly on indexed_gzip's internal file handle management, and keep nibabel out of it.
1 parent ab686c9 commit c782eda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fmriprep/cli/run.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
from time import strftime
2121
import nibabel
2222

23-
nibabel.arrayproxy.KEEP_FILE_OPEN_DEFAULT = 'auto'
24-
2523
logging.addLevelName(25, 'IMPORTANT') # Add a new level between INFO and WARNING
2624
logging.addLevelName(15, 'VERBOSE') # Add a new level between INFO and DEBUG
2725
logger = logging.getLogger('cli')

0 commit comments

Comments
 (0)