Skip to content

Commit

Permalink
Update FileArchive repr for Param 2.0 (#5791)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Jul 4, 2023
1 parent 3f97338 commit bcdfae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/core/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ def __len__(self):
return len(self._files)

def __repr__(self):
return self.pprint()
return self.param.pprint()

def contents(self, maxlen=70):
"Print the current (unexported) contents of the archive"
Expand Down

0 comments on commit bcdfae6

Please sign in to comment.