diff cagou/plugins/plugin_wid_settings.py @ 371:080b6cc17f53

settings: fixed wrong type for Note title when there is an error while getting XMLUI
author Goffi <goffi@goffi.org>
date Mon, 27 Jan 2020 21:17:08 +0100
parents 772c170b47a9
children 1481f09c9175
line wrap: on
line diff
--- 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")