[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [sbws/master] Remove not needed exception



commit 6064cbae49f7995971a176ad01be75a819973781
Author: juga0 <juga@xxxxxxxxxx>
Date:   Wed Jul 4 08:48:26 2018 +0000

    Remove not needed exception
---
 sbws/lib/circuitbuilder.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sbws/lib/circuitbuilder.py b/sbws/lib/circuitbuilder.py
index caca3eb..c2c9b97 100644
--- a/sbws/lib/circuitbuilder.py
+++ b/sbws/lib/circuitbuilder.py
@@ -82,9 +82,6 @@ class CircuitBuilder:
                     ProtocolError, Timeout) as e:
                 log.warning(e)
                 continue
-            except Exception as e:
-                log.exception("Exception trying to build circuit: %s.", e)
-                continue
             else:
                 return circ_id
         return None



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits