diff --git a/script.module.codequick/lib/codequick/listing.py b/script.module.codequick/lib/codequick/listing.py index 739e4c5..eb53551 100644 --- a/script.module.codequick/lib/codequick/listing.py +++ b/script.module.codequick/lib/codequick/listing.py @@ -789,7 +789,7 @@ def search(cls, callback, **params): def __repr__(self): """Returns representation of the object.""" - return "{}('{}')".format(self.__class__.__name__, self.label) + return "{}('{}')".format(self.__class__.__name__, ensure_native_str(self.label)) # Import callback functions required for listitem constructs