summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/set-context-property3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/set-context-property b/test/set-context-property
index 8ea0e3a9..cfd6c688 100755
--- a/test/set-context-property
+++ b/test/set-context-property
@@ -34,5 +34,6 @@ for path, properties in modems:
try:
context.SetProperty(sys.argv[2], sys.argv[3])
except dbus.DBusException, e:
- print "Error setting context %s property %s: %s" % (path, sys.argv[2], str(e))
+ print "Error setting context %s property %s: %s" %\
+ (path, sys.argv[2], str(e))
exit(2)