summaryrefslogtreecommitdiffstats
path: root/python/proxies.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/proxies.py')
-rw-r--r--python/proxies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/proxies.py b/python/proxies.py
index 42866426..f41a8de1 100644
--- a/python/proxies.py
+++ b/python/proxies.py
@@ -63,7 +63,7 @@ class ProxyMethod:
else:
reply_message = self._connection.send_with_reply_and_block(message, timeout)
args_tuple = reply_message.get_args_list()
-
+
if len(args_tuple) == 0:
return
elif len(args_tuple) == 1: