Stub debug client gui.
Change-Id: Ib422c66bc36245e1fc3c450765d7555da5c8dda0
This commit is contained in:
@ -74,7 +74,8 @@ class PARAM(object):
|
||||
readonly=self.readonly,
|
||||
value=self.value,
|
||||
timestamp=self.timestamp,
|
||||
validator=repr(self.validator),
|
||||
validator=str(self.validator) if not isinstance(
|
||||
self.validator, type) else self.validator.__name__
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user