[tor-commits] [onionperf/master] Removes unnecessary raises from docsting

irl at torproject.org irl at torproject.org
Thu Mar 14 17:17:57 UTC 2019


commit 647407d05cb4db3e960459f864bc26bfca4814ad
Author: Ana Custura <ana at netstat.org.uk>
Date:   Wed Mar 6 14:35:21 2019 +0100

    Removes unnecessary raises from docsting
---
 onionperf/util.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/onionperf/util.py b/onionperf/util.py
index c7d615e..f49fb30 100644
--- a/onionperf/util.py
+++ b/onionperf/util.py
@@ -136,9 +136,6 @@ def get_ip_address():
     IP address used for outbound connections.
 
     :returns: string
-    :raises IOError: In case of network or DNS failure, reaching check.torproject.org \
-    will fail. The user is notified this may affect measurements and we fail over to\
-    calling util.find_ip_address_local()
     """
     ip_address = None
     try:





More information about the tor-commits mailing list