# HG changeset patch # User Goffi # Date 1580156228 -3600 # Node ID 080b6cc17f5369744e06c891d860ef2d3aed7868 # Parent 1a12bbd80943dec31d6f516324c085b819a6e6a8 settings: fixed wrong type for Note title when there is an error while getting XMLUI diff -r 1a12bbd80943 -r 080b6cc17f53 cagou/plugins/plugin_wid_settings.py --- a/cagou/plugins/plugin_wid_settings.py Mon Jan 27 21:17:08 2020 +0100 +++ b/cagou/plugins/plugin_wid_settings.py Mon Jan 27 21:17:08 2020 +0100 @@ -63,4 +63,4 @@ text=_("Can't load parameters!"), bold=True, color=(1,0,0,1))) - G.host.showDialog("Can't load params UI", failure, "error") + G.host.showDialog("Can't load params UI", str(failure), "error")