adopt to new jsonify of string/blob/arrayof datatyes

+ further fixes

Change-Id: I6411a689436ba246bcf572b420ca2a0385b033a2
This commit is contained in:
Enrico Faulhaber
2017-09-12 10:22:33 +02:00
parent ba59448442
commit 7a50ff2603
3 changed files with 25 additions and 10 deletions

View File

@ -199,6 +199,8 @@ class ReadableWidget(QWidget):
return params[pname].value
try:
# if queried, we get the qualifiers as well, but don't want them here
import mlzlog
mlzlog.getLogger('cached values').warn('no cached value for %s:%s' % (self._module, pname))
val = self._node.getParameter(self._module, pname)[0]
return val
except Exception: