We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4eeb3b commit 2d13f31Copy full SHA for 2d13f31
1 file changed
src/py/kaleido/_utils.py
@@ -48,7 +48,7 @@ def warn_incompatible_plotly():
48
# If another error occurs, log it but do not raise
49
# Since this compatibility check is just a convenience,
50
# we don't want to block the whole library if there's an issue
51
- _logger.info(f"Error while checking Plotly version: {e}")
+ _logger.info("Error while checking Plotly version.", exc_info=e)
52
53
54
class ErrorEntry:
0 commit comments