Skip to content

Commit 7dc863b

Browse files
Update src/holoviz_mcp/apps/hvplot_get_docstring.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 461bf49 commit 7dc863b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/holoviz_mcp/apps/hvplot_get_docstring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def __init__(self, **params):
175175
self._error_pane = pmui.Alert(
176176
self._error_text,
177177
alert_type="error",
178-
visible=pn.rx(lambda msg: bool(msg))(self._config.param.error_message),
178+
visible=pn.rx(bool)(self._config.param.error_message),
179179
sizing_mode="stretch_width",
180180
)
181181

0 commit comments

Comments
 (0)