Skip to content

Commit

Permalink
adding a representation to the thin fsspec file wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Jul 26, 2023
1 parent 2ff10bc commit 602f3da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions earthaccess/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ def __reduce__(self) -> Any:
self.f.__reduce__(),
)

def __repr__(self) -> str:
return str(self.f)


def _open_files(
data_links: List[str],
Expand Down

0 comments on commit 602f3da

Please sign in to comment.