Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/dbustools.py
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-11-04 15:20:30 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-11-04 15:20:30 (GMT)
commit0db118e6320d157748fad0b4d7a31beebcf5b301 (patch)
tree80fc57cfbb02a82cbcf58f0d0e4e2c41cfa190df /tutorius/dbustools.py
parent58a99dcf76cb1a9f85fa2873f9a2e7b46470ae8b (diff)
parentd50c3cd98d6e99c7311286559136dc1a775a326d (diff)
Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainline
Diffstat (limited to 'tutorius/dbustools.py')
-rw-r--r--tutorius/dbustools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorius/dbustools.py b/tutorius/dbustools.py
index 1b685d7..5d70d7b 100644
--- a/tutorius/dbustools.py
+++ b/tutorius/dbustools.py
@@ -25,6 +25,7 @@ def remote_call(callable, args, return_cb=None, error_cb=None, block=False):
except Exception, e:
#Use the specified error handler even for blocking calls
errhandler_cb(e)
+ return
#Return value signature might be :
if ret_val is None: