Skip to content

Commit

Permalink
Fix closed property
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed Nov 12, 2024
1 parent 9420c52 commit 7b53ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uproot/source/fsspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def closed(self) -> bool:
True if the associated file/connection/thread pool is closed; False
otherwise.
"""
return False
return self._file.closed


class FSSpecLoopExecutor(uproot.source.futures.Executor):
Expand Down

0 comments on commit 7b53ac3

Please sign in to comment.