Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 27, 2024
1 parent 566c35a commit 8a19bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdsstools/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def handle_exceptions(self, exctype, value, tb):
"""Catches all exceptions and logs them."""

if self.use_rich_handler:
self.exception("An exeption was raised.", exc_info=(exctype, value, tb))
self.exception("An exception was raised.", exc_info=(exctype, value, tb))
else:
self.error(get_exception_formatted(exctype, value, tb))

Expand Down

0 comments on commit 8a19bfa

Please sign in to comment.