From 1b0624f034909d0b42e6e7da8ec414125ce35109 Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Thu, 22 Oct 2009 21:37:46 +0000 Subject: finish the vault merge :: use it --- (limited to 'tutorius/dbustools.py') 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: -- cgit v0.9.1