We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef7b3f commit e402ce2Copy full SHA for e402ce2
1 file changed
pylsp_black/plugin.py
@@ -64,7 +64,7 @@ def format_text(*, text, config):
64
except black.NothingChanged:
65
raise
66
except Exception as e:
67
- logger.exception("Error formatting with black: %s", e)
+ logger.error("Error formatting with black: %s", e.message)
68
raise black.NothingChanged
69
70
0 commit comments