Skip to content

Commit

Permalink
Fix peek typo
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
mvdbeek and nsoranzo authored Apr 8, 2024
1 parent b971e33 commit 456f33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4669,7 +4669,7 @@ def display_peek(self):
try:
return self.datatype.display_peek(self)
except Exception:
log.exception("Error occurred while generating dataset pee")
log.exception("Error occurred while generating dataset peek")
return None

def display_name(self):
Expand Down

0 comments on commit 456f33f

Please sign in to comment.