Skip to content

Commit 2d13f31

Browse files
emilyklayjayt
authored andcommitted
use exc_info
1 parent e4eeb3b commit 2d13f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/py/kaleido/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def warn_incompatible_plotly():
4848
# If another error occurs, log it but do not raise
4949
# Since this compatibility check is just a convenience,
5050
# we don't want to block the whole library if there's an issue
51-
_logger.info(f"Error while checking Plotly version: {e}")
51+
_logger.info("Error while checking Plotly version.", exc_info=e)
5252

5353

5454
class ErrorEntry:

0 commit comments

Comments
 (0)