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/TProbe.py') diff --git a/tutorius/TProbe.py b/tutorius/TProbe.py index 6d7b6e2..e18ed67 100644 --- a/tutorius/TProbe.py +++ b/tutorius/TProbe.py @@ -388,8 +388,6 @@ class ProbeProxy: @return None """ LOGGER.debug("ProbeProxy :: Unregister adress %s issued", str(address)) - if not block: - raise RuntimeError("This function does not allow non-blocking mode yet") if address in self._subscribedEvents.keys(): remote_call(self._probe.unsubscribe, (address,), return_cb=save_args(self.__clear_event, address), -- cgit v0.9.1