changeset 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 1a12bbd80943
children 1481f09c9175
files cagou/plugins/plugin_wid_settings.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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")