Small bugfix to python-telepathy that I cloned
authorEd Page <eopage@byu.net>
Tue, 12 Jan 2010 03:24:31 +0000 (21:24 -0600)
committerEd Page <eopage@byu.net>
Tue, 12 Jan 2010 03:24:31 +0000 (21:24 -0600)
src/requests.py

index 0cd8879..95ba7d1 100644 (file)
@@ -119,7 +119,7 @@ class RequestsMixin(
                                                target_handle = handle.get_id()
                                if not target_handle:
                                        raise telepathy.errors.InvalidHandle('TargetID %s not valid for type %d' %
-                                               target_id, target_handle_type)
+                                               (target_id, target_handle_type))
 
                                altered_properties[telepathy.interfaces.CHANNEL_INTERFACE + '.TargetHandle'] = \
                                        target_handle