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 7, 2024
1 parent 53f917c commit 9b942a0
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 @@ -198,7 +198,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 9b942a0

Please sign in to comment.