summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/monitor-ofono3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/monitor-ofono b/test/monitor-ofono
index 84590ca2..85c0d4ad 100755
--- a/test/monitor-ofono
+++ b/test/monitor-ofono
@@ -48,6 +48,9 @@ def pretty(d):
if t is tuple:
return "( %s )" % d
+ if t is str:
+ return "%s" % d
+
return str(d)
def property_changed(name, value, path, interface):