comparison 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
comparison
equal deleted inserted replaced
370:1a12bbd80943 371:080b6cc17f53
61 def getParamsUIEb(self, failure): 61 def getParamsUIEb(self, failure):
62 self.changeWidget(Label( 62 self.changeWidget(Label(
63 text=_("Can't load parameters!"), 63 text=_("Can't load parameters!"),
64 bold=True, 64 bold=True,
65 color=(1,0,0,1))) 65 color=(1,0,0,1)))
66 G.host.showDialog("Can't load params UI", failure, "error") 66 G.host.showDialog("Can't load params UI", str(failure), "error")