From 9cbcbb20ed113ebe8f03b0f5b4a0a18e00a41ca5 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 13 Oct 2005 23:26:00 +0000 Subject: * python/service.py (ObjectType::_reflect_on_signal): Always close signal tag even when there are no arguments --- python/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/service.py b/python/service.py index ae3e3b1c..efdda12d 100644 --- a/python/service.py +++ b/python/service.py @@ -143,7 +143,7 @@ class ObjectType(type): reflection_data = reflection_data + ' \n'%(arg) #reclaim some memory func._dbus_args = None - reflection_data = reflection_data + ' \n' + reflection_data = reflection_data + ' \n' return reflection_data -- cgit