We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c461b33 commit 7dd22f9Copy full SHA for 7dd22f9
virtualizarr/readers/common.py
@@ -81,6 +81,7 @@ def maybe_open_loadable_vars_and_indexes(
81
# if we only read the indexes we can just close the file right away as nothing is lazy
82
if loadable_vars == {}:
83
ds.close()
84
+ fpath.close()
85
86
return loadable_vars, indexes
87
0 commit comments